Fix typo TCP_SLOW_INTERVALs -> TCP_SLOW_INTERVAL

This commit is contained in:
Brenton Bostick
2022-12-09 07:04:52 -05:00
parent d00f72ae92
commit 51af6aacd9

View File

@@ -149,7 +149,7 @@ happening sooner than they should.
#define TCP_FAST_INTERVAL TCP_TMR_INTERVAL
#endif /* TCP_FAST_INTERVAL */
#ifndef TCP_SLOW_INTERVALs
#ifndef TCP_SLOW_INTERVAL
/* the coarse grained timeout in milliseconds */
#define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL)
#endif /* TCP_SLOW_INTERVAL */