[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [lwip-users] Re: Bug in tcp_out.c
From: |
Leon Woestenberg |
Subject: |
RE: [lwip-users] Re: Bug in tcp_out.c |
Date: |
Mon, 18 Jul 2005 01:09:24 +0200 |
Hello Dave,
On Sun, 17 Jul 2005 17:35:07 -0400, "Dave Perry" <address@hidden>
said:
> I see. Is there an easy way for me to get a snapshot of the current
> sources,
> or will I have to install and learn CVS first?
Unfortunately, I do not know of Savannah making (regular) snaphots.
(anyone?)
CVS checkouts-only are not hard; what's your platform?
UNIX:
export CVS_RSH="ssh"
cvs -d:ext:address@hidden:/cvsroot/lwip co lwip
Windows:
Install client from TortoiseCVS.org, use the info above. Do checkout.
Regards,
Leon.