This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
devilutionX-lwip
mirror of
https://github.com/diasurgical/lwip.git
Watch
1
Star
0
Fork
You've already forked devilutionX-lwip
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
865
Commits
1
Branch
0
Tags
11 MiB
C
99.3%
CMake
0.3%
Makefile
0.2%
Tree:
4dbf1dcad4
STABLE-2_1_x
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4dbf1dcad4'
${ noResults }
devilutionX-lwip
/
src
History
goldsimon
4dbf1dcad4
mem_realloc: Added assert to check that memory is shrinked, not expanded.
19 years ago
..
api
sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c: Fix bug
#19162
"lwip_sento: a possible to corrupt remote addr/port connection state". Reduce problems "not enought memory" with netbuf (if we receive lot of datagrams). Improve lwip_sendto (only one exchange between sockets api and api_msg which run in tcpip_thread context). Add netconn_sento function. WARNING, if you directly access to "fromaddr" & "fromport" field from netbuf struct, these fields are now renamed "addr" & "port".
19 years ago
core
mem_realloc: Added assert to check that memory is shrinked, not expanded.
19 years ago
include
Further update to ARP queueing: Changed pbuf_copy() implementation so that it can be reused (don't allocate the target pbuf inside pbuf_copy()).
19 years ago
netif
Further update to ARP queueing: Changed pbuf_copy() implementation so that it can be reused (don't allocate the target pbuf inside pbuf_copy()).
19 years ago
FILES
Minor fix (tab, indent...) to respect source code style...
19 years ago