nmap/nsock
david d52a6fd23c Straighten out port computation in nsock_connect_internal.
There was a bug here where AF_INET6 was used instead of AF_UNIX in the
HAVE_SYS_UN_H section. This masked another bug, which was that the
HAVE_SYS_UN_H section inadvertently extended into what was supposed to
be the HAVE_IPV6 section.
2012-11-27 21:47:25 +00:00
..
examples Use nse_errorcode() to get the actual errors. 2012-09-21 09:08:24 +00:00
include Implementation of UNIX-domain sockets for Nsock. 2012-11-12 20:44:37 +00:00
src Straighten out port computation in nsock_connect_internal. 2012-11-27 21:47:25 +00:00
nsock.vcxproj Added new poll and kqueue/kevent nsock engines. 2012-10-21 23:20:35 +00:00