dachad / tcpgoon

tcpgoon, maximum TCP connections tester
MIT License
193 stars 21 forks source link

Issue#14 - flags improvements #16

Closed dcaba closed 6 years ago

dcaba commented 6 years ago

Just replacing the flags lib by a new one, POSIX/GNU compliant. https://github.com/dachad/check-max-tcp-connections/issues/14

Abbreviations added, and delay becomes "sleep" to prevent it conflicting with debug (I've not renamed debug to verbose, as in the future verbose may mean extended stats)

dcaba commented 6 years ago

Please, review/integrate after https://github.com/dachad/check-max-tcp-connections/pull/12 , as its a branch for that one