aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: unbreak ping against hosts that intermittently drop ICMPuser4 days1-3/+54
* net: pump the network from the console wait (answer pings at the prompt)user4 days1-10/+78
* net: DHCP client - lease the IP at boot instead of hardcoding ituser4 days1-29/+68
* net: TCP sockets in the kernel - a Game Boy fetches HTTP over real TCPuser5 days1-8/+678
* net: UDP sockets in the kernel + a DNS resolver (real hostname lookups)user5 days1-21/+321
* net: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser5 days1-0/+754