lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Where are TCP PCB Flags Initialized?


From: Kieran Mansley
Subject: Re: [lwip-users] Where are TCP PCB Flags Initialized?
Date: Tue, 21 Oct 2008 09:17:17 +0100

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]