goldsimon
|
94a7fee8c8
|
Fixed bug #28062: Data received directly after accepting does not wake up select
|
17 years ago |
goldsimon
|
6f38b63a47
|
Fixed bug #27994: incorrect define for freeaddrinfo(addrinfo)
|
17 years ago |
goldsimon
|
70b05c8096
|
Increased default value for TCP_MSS to 536, updated default value for TCP_WND to 4*TCP_MSS to keep delayed ACK working.
|
17 years ago |
goldsimon
|
28ac4347d4
|
Fixed wrong filename
|
17 years ago |
kieranm
|
dee1d82c11
|
re-work the fast retransmission code to follow algorithm from TCP/IP
Illustrated
|
17 years ago |
kieranm
|
6d73f82f41
|
Update version for 1.3.2 rc 1
|
17 years ago |
kieranm
|
71ddff4964
|
Fix BUG#27445: grow cwnd with every duplicate ACK
|
17 years ago |
goldsimon
|
af3b796488
|
Corrected parameter spelling in doc
|
17 years ago |
goldsimon
|
e2de2c6bb2
|
Added netifapi_netif_set_addr()
|
17 years ago |
goldsimon
|
2ff0ce2d0a
|
Minor: Improved memory layout/alignment of struct dhcp for 32-bit platforms
|
17 years ago |
goldsimon
|
b09b8a0ccc
|
Tiny code size improvement using goto instead of duplicating code
|
17 years ago |
goldsimon
|
db259c3557
|
Improved heap usage of lwip_getaddrinfo by only allocating one block of memory per call.
|
17 years ago |
goldsimon
|
bcc87ef851
|
bug-fix in the TCP_EVENT_RECV macro (has to call tcp_recved if pcb->recv is NULL to keep rcv_wnd correct)
|
17 years ago |
goldsimon
|
650f16b6d9
|
Minor: fixed typo
|
17 years ago |
goldsimon
|
ae2dd38e0d
|
Another fix for bug #26251: RST process in TIME_WAIT TCP state
|
17 years ago |
kieranm
|
0319c1cf90
|
Update link to wiki in README file
|
17 years ago |
goldsimon
|
81f9442ac7
|
Fixed bug #27783: Silly window avoidance for small window sizes
|
17 years ago |
goldsimon
|
18ab274af3
|
Fixed bug #26251: RST process in TIME_WAIT TCP state
|
17 years ago |
goldsimon
|
65d1f52423
|
Changed fix for bug #27215 (TCP sent() callback gives leagin and trailing 1 byte len (SYN/FIN)) by decreasing pcb->acked appropriately
|
17 years ago |
goldsimon
|
f1b82e0e9a
|
bug #27315: zero window probe and FIN: only send pure FIN if the enqueued FIN segment doesn't contain any other data
|
17 years ago |
goldsimon
|
67411c4299
|
Minor code simplification (don't store received pbuf, change conditional code to assert where applicable), check pbuf length before testing for valid reply
|
17 years ago |
goldsimon
|
a37e62b7d0
|
Removed most calls to udp_connect since they aren't necessary when using udp_sendto_if() - always stay connected to IP_ADDR_ANY.
|
17 years ago |
goldsimon
|
e2c1f7d5b5
|
dhcp_unfold_reply: NULL memory might have been freed after mem_malloc returned NULL
|
17 years ago |
goldsimon
|
ec97fbd101
|
dhcp_inform(): netif->dhcp pointed to unallocated memory when udp_new() failed
|
17 years ago |
goldsimon
|
b7d7559cc9
|
Fixed bug #27215: TCP sent() callback gives leadin and trailing 1 byte len (SYN/FIN)
|
17 years ago |
goldsimon
|
b4404ff0c8
|
Corrected typo
|
17 years ago |
goldsimon
|
502e89f4ad
|
Fixed bug #27315: zero window probe and FIN
|
17 years ago |
goldsimon
|
d8d8cf7e98
|
Fixed bug #27390: Source IP check in ip_input() causes it to drop valid DHCP packets -> allow 0.0.0.0 as source address when LWIP_DHCP is enabled
|
17 years ago |
goldsimon
|
d9a5094068
|
Fixed bug #27329: dupacks by unidirectional data transmit
|
17 years ago |
goldsimon
|
a9740c6a44
|
Fixed bug #27709: conn->err race condition on netconn_recv() timeout by directly returning when sys_arch_mbox_fetch times out.
|
17 years ago |
goldsimon
|
2dc027401f
|
Fixed bug #27704: autoip starts with wrong address: LWIP_AUTOIP_CREATE_SEED_ADDR() returned address in host byte order instead of network byte order
|
17 years ago |
goldsimon
|
ac638c85f3
|
Fixed bug #27504: tcp_enqueue wrongly concatenates segments which are not consecutive when retransmitting unacked segments
|
17 years ago |
goldsimon
|
c0e22c255c
|
Fixed default values of some stats to only be enabled if used Fixes bug #27338: sys_stats is defined when NO_SYS = 1
|
17 years ago |
goldsimon
|
1309e5e86f
|
Accidentally endabled to compile the code -> back to #if 0
|
17 years ago |
goldsimon
|
c34c024dd5
|
Updated comment in low_level_input() about pbuf len vs. tot_len if using preallocated pbufs (as requested in bug #27576: pbuf_realloc will assert or crash on a non-chained pbuf list)
|
17 years ago |
goldsimon
|
6ef69ece95
|
patch #6930: [PATCH trivial] TCP_RMV remove unnecessary check - removed two checks for NULL which are not necessary.
|
17 years ago |
goldsimon
|
a9cbdc141b
|
patch #6888: Patch for UDP Netbufs to support dest-addr and dest-port
|
17 years ago |
goldsimon
|
9e5cf1cf8e
|
Reverted change for bug #27252 (Address pointer invalid after freeing pbuf in UDP receive callback) as it made more problems than before :-(
|
17 years ago |
goldsimon
|
ddc783bee7
|
Make ip_current_netif() and ip_current_header() a define referring to extern variables to be save the function call.
|
17 years ago |
goldsimon
|
68f92050e9
|
Make tcp_debug_state_str() always available, not only in DEBUG mode
|
17 years ago |
goldsimon
|
bd2bc2ee14
|
Fixed bug bug #27345: "ip_frag() does not use the LWIP_NETIF_LOOPBACK function" by checking for loopback before calling ip_frag
|
17 years ago |
goldsimon
|
8a7c1c4926
|
do_connect: LWIP_ERROR on invalid/disabled protocol
|
17 years ago |
goldsimon
|
cff3e0cad2
|
bug #26397: Added SLIP polling support (uses sio_tryread)
|
17 years ago |
stoklund
|
b55cfbc342
|
Add patch #6725 to CHANGELOG
|
17 years ago |
goldsimon
|
3115087d26
|
Commented the functions, added sio_tryread() for non-blocking read (to be used in slipif-polling mode)
|
17 years ago |
goldsimon
|
057c51ff6d
|
Use LWIP_UNUSED_ARG() instead of if(){}, fix unused arg warning if LWIP_ARP==0
|
17 years ago |
goldsimon
|
f2f20cf133
|
fixed invalid dependency to etharp_query if DHCP_DOES_ARP_CHECK==0
|
17 years ago |
goldsimon
|
2c618705f0
|
task #9033: Support IEEE 802.1q tagged frame (VLAN), New configuration options ETHARP_SUPPORT_VLAN and ETHARP_VLAN_CHECK.
|
17 years ago |
goldsimon
|
bc10ad2356
|
patch #6900: added define ip_ntoa(struct ip_addr*)
|
17 years ago |
stoklund
|
857fac1168
|
Add C++ guards to autoip.h header.
|
17 years ago |