Fork for fixes
Diff: utility/uipethernet-conf.h
- Revision:
- 14:7648334eb41b
- Parent:
- 9:a156d3de5647
- Child:
- 15:53715cc81c63
--- a/utility/uipethernet-conf.h Sat Aug 31 20:34:52 2019 +0000 +++ b/utility/uipethernet-conf.h Tue Sep 03 09:16:55 2019 +0000 @@ -4,14 +4,14 @@ /* for TCP */ #define UIP_SOCKET_NUMPACKETS 5 -#define UIP_MAX_CONNECTIONS 4 +#define UIP_MAX_CONNECTIONS 5 /* 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 4 +#define UIP_CONF_UDP_CONNS 5 /* number of attempts on write before returning number of bytes sent so far * set to -1 to block until connection is closed by timeout */