Table of Contents

About

The network stack main task is to dispatch inbound IP packets into sockets, which are then handled by userspace applications. The network stack manages abstractions which are shared with userspace. It:

  • reassembles TCP flows,
  • deals with routing,
  • and knows which IP addresses are local.