/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

www.skitoy.com
| | iosoft.blog
1.8 parsecs away

Travel
| | So far I have used a large number of custom functions to configure and control the WiFi networking, but before adding yet more functionality, I need to offer a simpler (and more standard) way of doing all this programming. When it comes to network programming on Linux or Windows systems, there is only one widely-used...
| | gafferongames.com
1.9 parsecs away

Travel
| | Hello readers, I'm no longer posting new content on gafferongames.com Please check out my new blog at mas-bandwidth.com! Introduction Hi, I'm Glenn Fiedler and welcome to Networking for Game Programmers. In the previous article we discussed options for sending data between computers and decided to use UDP instead of TCP for time critical data. In this article I am going to show you how to send and receive UDP packets.
| | www.anmolsarma.in
2.0 parsecs away

Travel
| | TL;DR: DCCP is a relatively newer transport layer protocol which draws from both TCP and UDP. Jump straight to the example C code. Background Historically, the majority of the traffic on the Internet has been over TCP which provides a reliable connection-oriented stream between two hosts. UDP has been mainly used by applications whose brief transfers would be unacceptably slowed by TCP's connection establishment overhead or those for which timeliness is more important than reliability.
| | pace.dev
17.8 parsecs away

Travel
| Mat Ryer shows how to respond gracefully to interrupt signals (like Ctrl+C) in your Go programs