mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 22:45:08 +00:00
uIP webserver now uses listen/accept
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@386 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
874f32d6ea
commit
674a072b8a
1 changed files with 3 additions and 1 deletions
|
|
@ -355,7 +355,8 @@ is available that be used to build a NuttX-compatible arm-elf toolchain.</blockq
|
|||
</pre>
|
||||
<p><b>DM320 (ARM9)</b>
|
||||
This build for the ARM9 target includes a signficant subset of OS
|
||||
features, ethernet driver and full TCP/IP stack (via uIP). (11/8/07)
|
||||
features, ethernet driver and full TCP/IP, UDP and (minimal) ICMP
|
||||
stacks (via uIP). (11/8/07)
|
||||
</p>
|
||||
<pre>
|
||||
text data bss dec hex filename
|
||||
|
|
@ -681,6 +682,7 @@ Other memory:
|
|||
recv buffering issues, but this is part of a larger buffering issue.
|
||||
* Basic server functionality verified: listen(), accept()
|
||||
* Fix DM90x0 driver problem that caused TX overruns
|
||||
* Add strncmp()
|
||||
</pre></ul>
|
||||
|
||||
<table width ="100%">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue