lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [lwip] bug in CVS (take #5)


From: Jani Monoses
Subject: [lwip-users] [lwip] bug in CVS (take #5)
Date: Thu, 09 Jan 2003 02:00:00 -0000

Hi
in latest CVS snapshot (29th of May)

1)in ipv4/icmp.c icmp_time_exceeded should pe preceded by #if IP_FORWARD
not #if IP_FORWARDING > 0 so that unixsim compiles...
and 

2)in tcp_output.c function tcp_output line 330

-  if(tcp_input_pcb != pcb) {
+  if(tcp_input_pcb == pcb) {

        so that unixsim could run

Jani



[This message was sent through the lwip discussion list.]




reply via email to

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