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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user