|
From: | address@hidden |
Subject: | Re: [lwip-users] TCP server and client on the same machine |
Date: | Thu, 07 Jan 2010 09:57:33 +0100 |
User-agent: | Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 |
You might want to add these lines to your lwipopt.h to enable
lwip-internal loopback traffic: #define LWIP_HAVE_LOOPIF 1 #define LWIP_NETIF_LOOPBACK 1 These lines enable loopback in the same lwip process, as from reading your post, I think that's what you want. Simon chandra shekhar wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |