/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

gafferongames.com
| | mas-bandwidth.com
4.0 parsecs away

Travel
| | Learn how you can use XDP/eBPF to get maximum bandwidth for your applications.
| | longwelwind.net
5.5 parsecs away

Travel
| | 3 years ago, I started developing Swords & Ravens , an open-source online multi-player adaptation of a strategy board game I love, A Game of Thrones: The
| | sookocheff.com
5.4 parsecs away

Travel
| | The transmission control protocol (TCP) does one job very well - it creates an abstraction that makes an unreliable channel look like a reliable network. For applications built over an unreliable network like the Internet, TCP is a godsend that hides a lot of the inherent complexity in building networked applications. A laundry list of TCP features that application developers rely on every day includes: retransmission of lost data, in-order data delivery, data integrity, and congestion control. This arti...
| | nagekar.com
21.7 parsecs away

Travel
| [AI summary] The author discusses developing a TCP banner grabbing utility in C, encountering issues with port scanning and banner interpretation, and seeks feedback on the code.