This website requires JavaScript.
Explore
Help
Sign In
xCAT
/
xNBA
Watch
2
Star
0
Fork
0
You've already forked xNBA
mirror of
https://github.com/xcat2/xNBA.git
synced
2026-05-23 08:52:39 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
e74e20cb5599e646ec3f29e019a59fcce0b4ebb4
xNBA
/
src
/
net
T
History
Michael Brown
e74e20cb55
Remove the static IP address hack from netdevice.c, and change the
...
default test to the DHCP test.
2006-07-20 02:51:52 +00:00
..
tcp
Update ftp.c and hello.c to use the generic async_operations API.
2006-06-19 15:46:58 +00:00
udp
Free up any allocated options if we fail
2006-07-20 02:25:39 +00:00
uip
Made the temporary buffer part of the TCP senddata() API, to ease the
2006-06-17 23:20:54 +00:00
aoe.c
Simplify RX data path.
2006-06-17 22:36:27 +00:00
arp.c
Simplify RX data path.
2006-06-17 22:36:27 +00:00
dhcpopts.c
Added dhcp_ipv4_option() and friends.
2006-07-20 02:49:59 +00:00
ethernet.c
Simplify RX data path.
2006-06-17 22:36:27 +00:00
ipv4.c
Clarify hexiness of header length
2006-07-20 00:01:50 +00:00
ipv6.c
Split ipv6 functions out from ipv4.c
2006-06-26 15:33:46 +00:00
netdevice.c
Remove the static IP address hack from netdevice.c, and change the
2006-07-20 02:51:52 +00:00
pkbuff.c
Make PKB_ZLEN the minimum possible size of packet buffer (to allow for
2006-05-27 13:39:45 +00:00
retry.c
Updated retry timer mechanism to incorporate smoothed RTT estimation.
2006-06-01 14:33:52 +00:00
tcp.c
Made the temporary buffer part of the TCP senddata() API, to ease the
2006-06-17 23:20:54 +00:00
tcpip_if.c
Correct TCP/IP checksum generation.
2006-07-19 23:38:05 +00:00
udp.c
conn->local_port is now network-endian; do not swap when comparing
2006-07-20 00:03:01 +00:00