lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] 2 different network number


From: Bandu
Subject: [lwip-users] 2 different network number
Date: Thu, 30 Apr 2009 11:43:34 +0100

Hi,
 
I need to sent & receive data between 2 different network address. One is 192.168.0.x and another is 192.168.1.x
 
In etharp.c, etharp_ip_input() and etharp_ip_output(), it check 'ip_addr_netcmp' macro and drop the packet if the network number is not the same between 2 different IP address.
 
Would that be violate TCP/IP protocol if I commented out that checking to enable 192.168.0.x and 192.168.1.x to communicate across?
 
Regards

--
Bandu
address@hidden

reply via email to

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