Chapter 27. TCP Functions
27.1. Introduction
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. ...
Get TCP/IP Illustrated now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.