Nut/OS  4.10.3
API Reference
tcputil.c File Reference
#include <cfg/tcp.h>
#include <netinet/tcputil.h>
#include <sys/timer.h>
#include <stdio.h>
Include dependency graph for tcputil.c:

Go to the source code of this file.

Defines

#define TCP_RTTO_MIN   200
#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)