Skip to content

kist: use tcpi_notsent_bytes where possible

Alex Xu requested to merge Hello71/tor:tcpi_notsent_bytes into main

In my rough measurements on a busy relay, Tor's main thread spends about 2% of its time calling ioctl. If tcpi_notsent_bytes is available, we can avoid calling ioctl and make tor about 2% faster.

Merge request reports