Refactored tcp_write code - Reduced CPU usage to respectable levels

This commit is contained in:
Joseph Henry 2015-10-06 20:32:48 -04:00
commit 36db5865e7
5 changed files with 896 additions and 69 deletions

View file

@ -71,7 +71,7 @@
/* these are originally defined in tcp_impl.h */
#ifndef TCP_TMR_INTERVAL
/* The TCP timer interval in milliseconds. */
#define TCP_TMR_INTERVAL 25
#define TCP_TMR_INTERVAL 250
#endif /* TCP_TMR_INTERVAL */
#ifndef TCP_FAST_INTERVAL