Re: [lwip-users] TCP server and client on the same machine
From:
Mike Kleshov
Subject:
Re: [lwip-users] TCP server and client on the same machine
Date:
Thu, 7 Jan 2010 12:11:00 +0300
I don't think communication between two processes will work through the same ethernet adapter. Packets will be sent out into the network and will not reach the other process. Perhaps you'll be able to create 2 virtual tun interfaces and arrange some kind of tunnel between them.