mirror of
https://github.com/nmap/nmap.git
synced 2026-01-15 02:49:02 +00:00
637ba35a28c12655a72c7ecdd96c1a7bd5e2a2af
We count a drop for congestion control purposes if we receive a response to a retransmitted probe, because that means that the reply to the original probe was dropped. However, we weren't taking into account that we are at the same time receiving a positive response, and should increase the window accordingly. There are now three things that can happen: Response to first probe: ACK Response to retransmission: DROP, then ACK Probe timeout: DROP
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).
Description
Languages
C
37.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.1%