softins
c4ef1e5c19
Add (int) cast in LWIP_DEBUGF() to avoid compiler warnings about comparison.
22 years ago
softins
1fa0d66f15
Stop compiler complaining of empty if statement when LWIP_DEBUGF() empty.
22 years ago
softins
4680307a34
Stop compiler complaining of empty if statement when LWIP_DEBUGF() empty.
...
Close an unclosed comment.
22 years ago
softins
42a6fa972d
Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().
22 years ago
softins
1da6c35a6d
Added a couple of casts to quiet the compiler.
...
No need to test isascii(c) before isdigit(c) or isxdigit(c).
22 years ago
likewise
7c427a4dce
Made some comments more explicit.
22 years ago
likewise
c2abae538b
pbuf_free() assert triggered by NULLified inseg.p. Reported by Karl Jeacle on 25-7-2004 on lwip-users.
22 years ago
kieranm
eb69032773
Kieran Mansley - kjm25@cam.ac.uk - 23rd July 2004
...
Now handle CLOSED state in tcp_close() explicitely, and free the pcb.
This is for the case that a pcb has been allocated but never used (so
is in the default "CLOSED" state) and needs to be freed.
22 years ago
likewise
fb5452910f
I hate it when it takes twice to fix a typo
22 years ago
likewise
a6d37fcb25
Removed copy-paste errors.
22 years ago
likewise
fb18e1f036
Removed obsolete debug define.
22 years ago
likewise
786cbee510
Support for learning DNS servers through DHCP.
22 years ago
softins
a4f5673ff3
Small corrections to some debugging statements, to pacify compiler.
22 years ago
softins
1121f2b7f7
Made data types consistent in inet_ntoa().
...
Added casts for return values of checksum routines, to pacify compiler.
22 years ago
softins
4d30218eb2
Updated low_level_output() to match prototype for netif->linkoutput
...
and changed low_level_input() similarly for consistency.
22 years ago
softins
d7699ca81d
Changed debug statements to use the tidier ip4_addrN() macros.
22 years ago
softins
afc3bc6b65
Added trivial (int) cast to keep compiler happier.
22 years ago
softins
6f066fca82
Changed recv_raw() from int to u8_t, to match prototype of raw_recv() in raw.h
...
and so avoid compiler error.
22 years ago
softins
5e24ae49a6
Removed spurious semicolon and added missing end-of-comment.
22 years ago
likewise
bf74ffe974
Outgoing packets caused ARP requests even when the destination IP was already cached.
...
Matched documentation.
22 years ago
likewise
2074861b57
Outgoing packets caused ARP requests even when the destination IP was already cached.
22 years ago
likewise
58b64d42f1
Additional fix for TCP retransmit fix (as discussed by Sam Jansen en Kieran Mansley on lwip-devel, July 13 2004).
22 years ago
likewise
a6ab0405ea
Disabled some code by #if 0 #endif rather than /* */.
22 years ago
kieranm
8273b54108
Kieran Mansley - 14th July 2004
...
* Only move a single segment from the unacked queue to the unsent queue when performing a retransmit
22 years ago
kieranm
c356f560e8
Kieran Mansley - 14th July 2004
...
* Fixed whitespace indenting in parts of tcp_in.c
* Changed adjustment of ssthresh in response to fast retransmit
* Commented out iteration of unsent list when new ACK received as we no longer put all unacked data on unsent list when retransmitting
22 years ago
likewise
8d052ecf24
Source documentation added.
22 years ago
likewise
45e36d9f56
Dependencies on C library memset() etc., so include <string.h>.
22 years ago
likewise
c222d8b672
Updated with latest changes.
22 years ago
likewise
efed3f1f0d
Mentioned placement of closing curly brace (block end).
22 years ago
likewise
7524893802
Dependencies on C library memset() etc., so include <string.h>.
22 years ago
likewise
25a0273b05
LWIP_TIMEVAL_PRIVATE must be defined in architecture cc.h file, either 1 or 0. Defaults to 1.
...
Dependencies on C library memset() etc., so include <string.h> and <errno.h>.
22 years ago
likewise
ce0410b205
LWIP_TIMEVAL_PRIVATE must be defined in architecture cc.h file, either 1 or 0. Defaults to 1.
22 years ago
likewise
efe5ce5c78
Made loop counters unsigned where possible.
22 years ago
likewise
07f52b4b96
Fixed compile errors.
22 years ago
likewise
0be3598990
Style fixes.
22 years ago
likewise
c3284c30cd
Make restarting() DHCP on on interface more robust by cleaning old state information.
22 years ago
likewise
2d94bf4998
Bug fix: etharp_output() should not free pbufs.
...
Bug was introduced in 1.60 and reported by Tim Newsham on 30-Jun-2004 on lwip-users.
22 years ago
likewise
31c1e72b8c
ip_forward() returns netif on which packet was forwarded.
22 years ago
likewise
d11fcafad8
Added netif up/down basics.
22 years ago
kieranm
27c6d299cf
Kieran Mansley - kjm25@cam.ac.uk - 30th May 2004
...
* Fixed bug #9160 after discussion on mailing list
- alters use of MEM_ALIGN_SIZE in pbuf_alloc when calling mem_malloc for a PBUF_RAM pbuf
22 years ago
kieranm
450dd65165
Kieran Mansley - kjm25@cam.ac.uk - 26th May 2004
...
* Fixed bug 9076 (changes to pbuf tot_len and seg dataptr when trimming front edge of a received packet)
22 years ago
likewise
26819e6c39
Fixed documentation for internal function.
22 years ago
likewise
6587efb3e8
Fixed #if ETHARP_QUEUEING to #if ARP_QUEUEING.
22 years ago
likewise
8d2200f29b
Optimized search loop a bit. Conditional code for ETHARP_QUEUEING option.
22 years ago
likewise
e4295396ac
Re-instantiated the pack directives. Nested structs do break individual field natural alignment on arm-gcc.
22 years ago
likewise
5c7a70df28
Fixed wrong argument to find_entry() in etharp_query().
22 years ago
likewise
16a7a8258f
Fixed ETH_EMPTY into ETHARP_STABLE_EMPTY.
22 years ago
likewise
fb1f61b212
Do not empty entries unless allowed to in find_entry().
22 years ago
likewise
c3137df39c
More fixes.
22 years ago
likewise
2df9cd7262
Exported etharp_request().
22 years ago