-->
Page 1 of 1

ESP8266 TCP Protocol TIME_WAIT

PostPosted: Thu Mar 26, 2015 5:06 am
by daiyinger
Some people know how much is the 8266's :D TCP protocol TIME_WAIT ?

Re: ESP8266 TCP Protocol TIME_WAIT

PostPosted: Sun Mar 29, 2015 7:46 am
by kadamski
IIRC it's checked here, so it's
Code: Select all2 * TCP_MSL / TCP_SLOW_INTERVAL
ticks, where:
Code: Select allTCP_SLOW_INTERVAL=(2*TCP_TMR_INTERVAL)
so it's
Code: Select allTCP_MSL / TCP_TMR_INTERVAL
So it's defined by TCP_MSL, which is set to 60 seconds by default.