This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
haiku
/
headers
/
private
/
net
History
Hugo Santos
2445c00e64
some internal reorganization of getsockopt()/setsockopt() handling. TCP is now able to fully use the application requested sender/receiver buffer sizes for improved performance.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20764 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-04-20 01:58:14 +00:00
..
arp_control.h
ARP now queues packets while resolving a destination instead of blocking on send_data(). This fixes several issues:
2007-04-15 21:00:12 +00:00
ether_driver.h
* Changed ETHER_GET_LINK_STATE ethernet driver interface, added ETHER_SET_LINK_STATE_SEM.
2007-04-04 09:41:04 +00:00
ethernet.h
…
net_buffer.h
…
net_datalink_protocol.h
…
net_datalink.h
introduced datalink's send_datagram to perform route and source address selection and dispatch the datagram to appropriate domain/protocol.
2007-04-15 22:11:12 +00:00
net_device.h
* Changed ETHER_GET_LINK_STATE ethernet driver interface, added ETHER_SET_LINK_STATE_SEM.
2007-04-04 09:41:04 +00:00
net_protocol.h
some internal reorganization of getsockopt()/setsockopt() handling. TCP is now able to fully use the application requested sender/receiver buffer sizes for improved performance.
2007-04-20 01:58:14 +00:00
net_routing_info.h
…
net_socket.h
some internal reorganization of getsockopt()/setsockopt() handling. TCP is now able to fully use the application requested sender/receiver buffer sizes for improved performance.
2007-04-20 01:58:14 +00:00
net_stack_driver.h
consolidate all RECV/SEND ioctls into a single RECEIVE/SEND pair
2007-04-05 14:26:46 +00:00
net_stack.h
use module_dependencies to load the required modules by udp, tcp, ipv4, icmp and arp.
2007-04-13 14:37:48 +00:00
net_stat.h
…
NetBufferUtilities.h
introduced a new helper class DatagramSocket which provides a consistent base interface and functionality for the implementation of datagram-based sockets.
2007-04-13 00:55:32 +00:00
NetUtilities.h
introduced Checksum::PseudoHeader helper.
2007-04-15 23:18:15 +00:00
ProtocolUtilities.h
respect SO_BROADCAST for received and sent datagrams.
2007-04-13 21:33:13 +00:00
r5_compatibility.h
…
userland_ipc.h
…