Cosmos/source2/Kernel/System/Cosmos.System/Network
sschocke_cp d8e888eac5 UDP Send and Receive now working.
Use new UdpClient(portNumber) to create a UDP client listening on that port, and UdpClient.Receive() to receive packets.
2012-03-21 12:03:04 +00:00
..
ARP Fixed broken Cosmos initiated ARP process 2012-03-02 21:49:29 +00:00
IPv4 UDP Send and Receive now working. 2012-03-21 12:03:04 +00:00
EthernetPacket.cs Implemented workaround in NetworkStack to bypass the VMT scanner issue for now. 2012-02-29 20:31:56 +00:00
NetworkStack.cs Fixed broken Cosmos initiated ARP process 2012-03-02 21:49:29 +00:00
TempDictionary.cs Added network support. ARP and ICMP echo(ping) is working. Couple of major changes here, so please re-run install.bat 2012-02-05 20:24:53 +00:00
UdpClient.cs UDP Send and Receive now working. 2012-03-21 12:03:04 +00:00