lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] TCP_MSS > 1024 No connection


From: Mumtaz Ahmad
Subject: Re: [lwip-users] TCP_MSS > 1024 No connection
Date: Tue, 29 Aug 2006 18:22:00 +0500

I think i found the reason .This was happening because TCP_SND_QUEUELEN was calculated as zero if i define TCP_MSS more than 1024
I think this can be avoided if TCP_SND_BUF definition is linked with TCP_MSS like this
 
#define TCP_SND_BUF                     (TCP_MSS<<1)
 
Please comment
----- Original Message -----
Sent: Tuesday, August 29, 2006 6:09 PM
Subject: [lwip-users] TCP_MSS > 1024 No connection

I have tried to use TCP_MSS values more than 1024 and strangely no connection is established .I am trying to debug it but if someone is aware of any such bug please share
 
Regards

--
This message has been scanned for viruses and
dangerous content by Streaming Networks, and is
believed to be clean.


_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users

--
This message has been scanned for viruses and
dangerous content by Streaming Networks, and is
believed to be clean.

reply via email to

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