User:D33tah/GSoC 2014 Meeting notes
From SecWiki
Week 4
- https://www.bamsoftware.com/wiki/Nmap/PerformanceGraphs
- netem: http://www.linuxfoundation.org/collaborate/workgroups/networking/netem
- HostScanStats and GroupScanStats - structures that do cc on a host and global level.
- Enforce the congestion window: if (timing.cwnd >= num_probes_active + 0.5)
- Running with -d4 will show all the congestion variables suring the scan.
- Reuse timing.cc
- you are always going to try each port 2 times by default.
- (About -sT spoofing) Okay. Put it on a list I guess. It's not something I care about too much.
- The existing code is there as a guide for you, but remember we are getting rid of it for a reason.
- Do the parts that feel like they can be done independently of the others. Reduce the size of the big problem.