6 Commits (c0a852dab48e55aa12c995adc6dc0c32aa9a7ac3)

Author SHA1 Message Date
patacongo 70cab4d797 Centralize TCP loss-of-connection bit twiddling 12 years ago
patacongo 28a0cf4aa0 Yet another repair for the previouis botched recvfrom() fix; Fix telnet driver: It needs to break out of the read loop if 0 (meaning not conneced) of a value < 0 (an error) is encountered. 12 years ago
patacongo 598b4b2879 Minor tweak to last bugfix 12 years ago
patacongo 1094575ce5 Fix a bug where recv[from]() would hang when remote host gracefully closed connection 12 years ago
patacongo b50f2a7834 Fix another ENC28J60 chip select bug 13 years ago
patacongo 57623d42eb Resync new repository with old repo r5166 13 years ago
patacongo ae33fc3ed0 Fixes for z80 compilation with SDCC toolchain. There are still a few header file and linker issues 13 years ago
patacongo 491a83acb4 Fix for recvfrom() hang when the new CONFIG_NET_TCP_RECVDELAY is set to zero (from Max Holtzberg) 13 years ago
patacongo f57a93eaf6 Reconfigured Shenzhou to use JTAG. Misc Kconfig changes 13 years ago
patacongo aee93b655a Add basic directory structure for the Shenzhou STM32107 board (not much there yet) 13 years ago
patacongo 704679d7b1 Removed delay after receiving in recvfrom(). This was killing network performance 13 years ago
px4dev 8a365179ea Fresh import of the PX4 firmware sources. 13 years ago
patacongo 11d938dd21 First round of compile fixes for IPv6 13 years ago
patacongo f544d4c1a8 Fix a UDP build issue 13 years ago
patacongo 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
patacongo 112e4f55ba Fix an error the TCP/IP received sequence number counting 13 years ago
patacongo 0362fd4c22 (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver 13 years ago
patacongo f04310d559 Correct and error in recv() and recvfrom() return value 13 years ago
patacongo 622ac27bfa Add new psock layer; telnet session is now wrapped in a character device 13 years ago
patacongo add995c32e Completes coding of the PWM module 13 years ago