mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
The truncated bit is in the 3rd byte of a dns reply, not the 4th.
svn:r1331
This commit is contained in:
parent
763391947c
commit
a763e7416c
@ -5,6 +5,7 @@ Changes in 1.4.12-stable:
|
||||
o Activate fd events in a pseudorandom order with O(N) backends, so that we don't systematically favor low fds (select) or earlier-added fds (poll, win32).
|
||||
o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.]
|
||||
o Do not break evdns connections to nameservers when our IP changes.
|
||||
o Set truncated flag correctly in evdns server replies.
|
||||
|
||||
Changes in 1.4.11-stable:
|
||||
o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
|
||||
|
Loading…
x
Reference in New Issue
Block a user