#include <stdint.h>
#include "EthernetTcp.h"
#include "IpAddress.h"
Go to the source code of this file.
◆ TCP_CONNECTION_TIMEOUT_MAX
#define TCP_CONNECTION_TIMEOUT_MAX 15000 |
The maximum TCP connection timeout value, in milliseconds. Attempts to set a TCP connection timeout greater than this value will fail, and this value will be used instead.
◆ TCP_CONNECTION_TIMEOUT_MIN
#define TCP_CONNECTION_TIMEOUT_MIN 100 |
The minimum TCP connection timeout value, in milliseconds. Attempts to set a TCP connection timeout less than this value will fail, and this value will be used instead.