Skip to content

Commit

Permalink
Increase TCP window re-open delay to .5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Dec 29, 2014
1 parent bc32545 commit 000c283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ void serialip_appcall(void)
//uip_len = send_len;
//u->packets_out[0]=0;
finish_newdata:
if (u->state & UIP_CLIENT_RESTART && millis() - u->restartTime > 250)
if (u->state & UIP_CLIENT_RESTART && millis() - u->restartTime > 500)
{

if( !(u->state & (UIP_CLIENT_CLOSE | UIP_CLIENT_REMOTECLOSED))){
Expand Down

0 comments on commit 000c283

Please sign in to comment.