[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Help Please
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] Help Please |
Date: |
Mon, 29 Jan 2007 08:49:16 +0000 |
On Sun, 2007-01-28 at 11:48 +0530, Bala Shanmuga Priyan wrote:
> Hi Guys,
> I have planned to implement a new addition to TCP to increase
> throughput. Is it possible to port lwip to windows.
I think there are people who have managed to compile and run lwIP on
windows - check through the archive of the mailing list for details, or
if you're lucky they might provide details here again.
> Since i am planning to do the project in windows, Is it possible in
> java.
Not really: lwIP is written in C. You could rewrite it all in java, or
possibly (with a bit of work) link it as a library, but I don't think
that would be easy.
Kieran