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