summaryrefslogtreecommitdiffstats
path: root/src/net/uip
Commit message (Collapse)AuthorAgeFilesLines
* Remove uIP; we haven't used it for quite some time now.Michael Brown2007-01-105-3335/+0Star
|
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
| | | | | | | | defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) There should be no need to include vsprintf.h just for DBG() statements, since include/compiler.h forces it in for a debug build anyway.
* Switch default stack to Nikhil's TCP/IP stackMichael Brown2006-07-201-13/+1Star
|
* Made the temporary buffer part of the TCP senddata() API, to ease theMichael Brown2006-06-181-0/+2
| | | | | | transition away from uIP. Prepared ipv4.c for transition away from uIP.
* 32kB window is actually larger than our typical receive ring size.Michael Brown2006-06-161-1/+1
| | | | | | Shrink to 4kB for now. We might want to see if it can be made genuinely indicative of the RX ring size in the new TCP implementation.
* Moved uIP and tcp.c from proto/ to net/Michael Brown2006-04-305-0/+3346