mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-16 07:45:23 -04:00
The truncated bit is in the 3rd byte of a dns reply, not the 4th. [fwd-port]
svn:r1332
This commit is contained in:
parent
5aefb8a6d6
commit
342ad3550b
@ -34,8 +34,8 @@ Changes in 2.0.2-alpha:
|
||||
o Fix a memory error when freeing a thread-enabled event base with registered events. (Spotted by Joachim Bauch.)
|
||||
o Try to contain degree of failure when running on a win32 version so heavily firewalled that we can't fake a socketpair.
|
||||
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 Replace some read()/write() instances with send()/recv() to work properly
|
||||
on win32.
|
||||
o Replace some read()/write() instances with send()/recv() to work properly on win32.
|
||||
o Set truncated flag correctly in evdns server replies.
|
||||
|
||||
|
||||
Changes in 2.0.1-alpha:
|
||||
|
Loading…
x
Reference in New Issue
Block a user