On Mon, 2008-10-20 at 14:36 -0400, Gary Olson wrote: > What I am looking for is where the pcb->flags is initialized. I am > wanting to change the pcb->flags from TF_ACK_DELAY to TF_ACK_NOW.
I think it's initialised to zero in tcp_alloc() - the whole pcb struct is memset to zero there. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
