1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 05:39:01 +00:00

Disable automatic generation of datagram Unix domain source socket.

This code was not always properly cleaning up automatically generated
sockets; for example in the case of "Connection refused". It would
delete sockets even if you gave one manually with --source; it's not
clear that's the right behavior.
This commit is contained in:
david
2012-11-12 20:44:45 +00:00
parent e017de82bb
commit cc4eb9f381
3 changed files with 6 additions and 40 deletions

View File

@@ -767,11 +767,8 @@
Both stream and datagram domain sockets are supported. Use
<option>-U</option> on its own for stream sockets, or
combine it with <option>--udp</option> for datagram sockets.
Datagram sockets require a source socket to connect from. By
default, a source socket with a random filename will be created as
needed, and deleted when the program ends. Use the
<option>--source</option> with a path to use a source socket with a
specific name.
Datagram sockets require the use of the <option>--source</option>
option to specify a source socket to connect from.
</para>
</refsect1>