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 | |
int | IsInLimits (u_long x, u_long low, u_long high) |
Sequence number comparisons. | |
void | NutTcpCalcRtt (TCPSOCKET *sock) |