• Todd C. Miller's avatar
    Remove a few unnecessary headers and unused functions. (#667) · 480824e3
    Todd C. Miller authored
    * EXIT_SUCCESS and EXIT_FAILURE are defined in stdlib.h, not sysexits.h
    so no need to include the latter.
    
    * No need to include pthread.h.
    
    * Remove the no longer used delay() function.
    This also removes the reliance on nanosleep().
    
    * Remove get_tcp_windowsize() and set_tcp_windowsize() which are unused.
    These days, iperf uses get/setsockopt() with SO_SNDBUF SO_RCVBUF directly.
    480824e3
This project is licensed under the Other. Learn more
LICENSE 11.5 KB