tcputil.c File Reference

Go to the source code of this file.

Defines

#define TCP_RTTO_MAX   20000
#define min(a, b)   ((a>b)?b:a)
#define max(a, b)   ((a>b)?a:b)

Functions

void NutTcpCalcRtt (TCPSOCKET *sock)

© 2000-2010 by contributors - visit http://www.ethernut.de/