Commented 2 variables

This commit is contained in:
goldsimon 2009-12-31 15:12:00 +00:00
parent fa08823ac4
commit 802a048302

View File

@ -87,8 +87,10 @@ struct tcp_pcb *tcp_active_pcbs;
/** List of all TCP PCBs in TIME-WAIT state */
struct tcp_pcb *tcp_tw_pcbs;
/** Only used for temporary storage. */
struct tcp_pcb *tcp_tmp_pcb;
/** Timer counter to handle calling slow-timer from tcp_tmr() */
static u8_t tcp_timer;
static u16_t tcp_new_port(void);