Skip to content

Commit

Permalink
TCP: socket garbage collector timeout set to 3 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensmiers committed Jul 7, 2015
1 parent 54efd6c commit 705e326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pico_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ struct pico_ipv6_mreq_source {
# define PICO_IP_DEFAULT_MULTICAST_TTL 1
# define PICO_IP_DEFAULT_MULTICAST_LOOP 1

#define PICO_SOCKET_TIMEOUT 90000u /* 90 seconds */
#define PICO_SOCKET_TIMEOUT 3000u /* 3 seconds */
#define PICO_SOCKET_BOUND_TIMEOUT 30000u /* 30 seconds */

#define PICO_SOCKET_SHUTDOWN_WRITE 0x01u
Expand Down

0 comments on commit 705e326

Please sign in to comment.