INET Framework for OMNeT++/OMNEST
tcp_in.cc File Reference

Transmission Control Protocol, incoming traffic. More...

#include "lwip/opt.h"

Detailed Description

Transmission Control Protocol, incoming traffic.

The input processing functions of the TCP layer.

These functions are generally called in the order (ip_input() ->) tcp_input() -> * tcp_process() -> tcp_receive() (-> application).