diff options
author | root <root> | 2009-01-02 23:23:32 +0000 |
---|---|---|
committer | root <root> | 2009-01-02 23:23:32 +0000 |
commit | 4de130b558e134f93b57b90b988193b2b32d0792 (patch) | |
tree | 99f43f0051750c5b3c1047e29f4f1302b0812587 | |
parent | d78604c0330aba8e5c3def727686c2c9e88b7f62 (diff) |
*** empty log message ***
-rw-r--r-- | Changes | 4 | ||||
-rw-r--r-- | ev_win32.c | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ Revision history for libev, a high-performance and full-featured event loop. - actually verify that local and remote port are matching in libev's socketpair emulation, which makes denial-of-service attacks harder (but not impossible - it's windows). Make sure - it even works under vista, which thinks that getpeername should - return some fantasy port number. + it even works under vista, which thinks that getpeer/sockname + should return fantasy port numbers. 3.51 Wed Dec 24 23:00:11 CET 2008 - fix a bug where an inotify watcher was added twice, causing @@ -84,7 +84,7 @@ ev_pipe (int filedes [2]) if ((sock [1] = accept (listener, 0, 0)) < 0) goto fail; - /* windows vista returns fantasy port numbers for getpeername. + /* windows vista returns fantasy port numbers for sockets: * example for two interconnected tcp sockets: * * (Socket::unpack_sockaddr_in getsockname $sock0)[0] == 53364 |