Commit 4cb4375c authored by Alessandro Rubini's avatar Alessandro Rubini

include: increase sockets from 8 to 12

This is a safe measure before adding UDP support, which adds a socket.
And we have other ongoing net-related activities too, so I'd better
spend 16 bytes now and feel safer.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent eec6c68e
......@@ -31,7 +31,7 @@
#define UART_BAUDRATE 115200ULL
/* Maximum number of simultaneously created sockets */
#define NET_MAX_SOCKETS 8
#define NET_MAX_SOCKETS 12
/* Socket buffer size, determines the max. RX packet size */
#define NET_MAX_SKBUF_SIZE 512
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment