1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 15:23:33 +02:00
jsing 75ec6d5ba8 Avoid unnecessary lookups in dtls1_retransmit_message().
dtls1_retransmit_buffered_messages() is iterating over the sent_messages
pqueue, only to pass dtls1_retransmit_message() a sequence number that it
turns back into a priority, to then do a lookup on the sent_messages pqueue.
This is pointless given that we already have the message that we need to
retransmit - just pass that to dtls1_retransmit_message() directly.

ok kenjiro@ tb@
2026-04-29 15:04:15 +00:00
2026-04-04 09:33:18 +00:00
2026-04-21 16:23:21 +00:00
S
Description
Unofficial mirror of the source tree
1.6 GiB
Languages
C 55.5%
C++ 31%
Perl 3.8%
Roff 2.9%
Makefile 0.9%
Other 5.4%