Fork for fixes
Diff: utility/uipethernet-conf.h
- Revision:
- 15:53715cc81c63
- Parent:
- 14:7648334eb41b
--- a/utility/uipethernet-conf.h Tue Sep 03 09:16:55 2019 +0000 +++ b/utility/uipethernet-conf.h Sat Sep 07 17:42:42 2019 +0000 @@ -4,14 +4,14 @@ /* for TCP */ #define UIP_SOCKET_NUMPACKETS 5 -#define UIP_MAX_CONNECTIONS 5 +#define UIP_MAX_CONNECTIONS 4 /* for UDP * set UIP_CONF_UDP to 0 to disable UDP (saves aprox. 5kb flash) */ #define UIP_CONF_UDP 1 #define UIP_CONF_BROADCAST 1 -#define UIP_CONF_UDP_CONNS 5 +#define UIP_CONF_UDP_CONNS 4 /* number of attempts on write before returning number of bytes sent so far * set to -1 to block until connection is closed by timeout */