Skip to content

Commit

Permalink
Fixing #249: SYN_TO set to two seconds, because it may clash with the
Browse files Browse the repository at this point in the history
retransmission upon receiving IPv6 neighbor advertisement or solicited ARP reply.
  • Loading branch information
Daniele Lacamera committed May 22, 2015
1 parent ba018e3 commit c985e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pico_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define PICO_TCP_RTO_MIN (70)
#define PICO_TCP_RTO_MAX (120000)
#define PICO_TCP_IW 2
#define PICO_TCP_SYN_TO 1000u
#define PICO_TCP_SYN_TO 2000u
#define PICO_TCP_ZOMBIE_TO 30000

#define PICO_TCP_MAX_RETRANS 10
Expand Down

0 comments on commit c985e8e

Please sign in to comment.