January 1995
Intermediate to advanced
1200 pages
31h 3m
English
This chapter presents numerous TCP functions that we need to cover before discussing TCP input in the next two chapters:
tcp_drain is the protocol’s drain function, called when the kernel is out of mbufs. It does nothing.
tcp_drop aborts a connection by sending an RST.
tcp_close performs the normal TCP connection termination: send a FIN and wait for the four-way exchange to complete. ...
Read now
Unlock full access