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

Transmission Control Protocol for IP. More...

#include "lwip/opt.h"

Detailed Description

Transmission Control Protocol for IP.

This file contains common functions for the TCP implementation, such as functinos for manipulating the data structures and the TCP timer functions. TCP functions related to input and output is found in tcp_in.c and tcp_out.c respectively.