lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] Hi kelly. How you win32 port work well?


From: Kelly Chan
Subject: RE: [lwip-users] Hi kelly. How you win32 port work well?
Date: Sat, 5 Jul 2003 08:30:45 -0600

Richard,
 
>>The your win32 port work well?
YEP!
 
>> Can you tell me which version WinPcap you uses? 3.0?
I think you use the right version of WinCap as you can send out your partial http file.
 
>> On my system Http has a little problem, I can't get the whole page. Lwip think all data has been send to the IE and closed the connection. But indeed just part be sent out.
 
The reason you can't get the whole page is because your MSS option is missing. Thus you send out more bytes than what the receiver expects.
You need the function  "static void tcp_parseopt(struct tcp_pcb *pcb)"  included our tcp_input.c file. You can download the file from the Lwip 0.5.3 latest version
 
http://www.sics.se/~adam/lwip/download/lwip-0.5.3.tar.gz
 
Hopefully this should fix your problem!
 
Good luck
 
Kelly

reply via email to

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