From 7d4b2f6253d8ac898def6839b2ccc2ae61e24135 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 22 Nov 2007 14:42:52 +0000 Subject: Add TX data notification git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@397 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/TODO | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'nuttx/TODO') diff --git a/nuttx/TODO b/nuttx/TODO index 0b8220e00..3c9d5ead7 100644 --- a/nuttx/TODO +++ b/nuttx/TODO @@ -33,15 +33,11 @@ o Network but is not implemented. - uIP's netutils/telnetd (and maybe others) are seriously broken. Need to be re-written to use listen() and accept() -- uIP's netutils/webserver does not work reliably +- uIP's netutils/webserver hangs +- uIP's netutils/smtp, dpcpc, resolv, webclient -- untested - Should implement SOCK_RAW - accept() and recvfrom() need to return connection address - Performance Improvements (uIP is not very fast): -- Improve performance by stimulating the driver to accept new TX data before the - next polling interval. - Add a txail callback into driver to eliminate send delays. Since we want to - support multiple network devices, this means we will have to add some infrastructure - to map to device. - uIP polling issues: (1) Current logic will not support multiple ethernet drivers. Each driver should poll on TCP connections connect on the network supported by the driver; UDP -- cgit v1.2.3