We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6348e commit 1c13fd9Copy full SHA for 1c13fd9
src/EthernetClient.h
@@ -46,8 +46,8 @@ typedef struct {
46
typedef struct {
47
uint8_t conn_index;
48
uint8_t state;
49
- memhandle packets_in[UIP_SOCKET_NUMPACKETS];
50
- memhandle packets_out[UIP_SOCKET_NUMPACKETS];
+ memhandle packets_in[UIP_SOCKET_NUMPACKETS] = {NOBLOCK};
+ memhandle packets_out[UIP_SOCKET_NUMPACKETS] = {NOBLOCK};
51
memaddress out_pos;
52
#if UIP_CLIENT_TIMER >= 0
53
unsigned long timer;
0 commit comments