/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

blog.jchw.io
| | venam.net
4.8 parsecs away

Travel
| | Resolving hostnames (DNS?) might not seem like it, but it's complicated. Let's take a moment to see if we can at least demystify what happens on the client side instead of seeing it as a big tangled mess of configurations, libraries, and tools.
| | jameshfisher.com
4.0 parsecs away

Travel
| | `nscd`, a local DNS resolver within `glibc`, is non-standard. Instead, use a local DNS server like `named` or `dnscache`.
| | cmetcalfe.ca
4.5 parsecs away

Travel
| | Resolving Windows NetBIOS names in Linux | When accessing computers on a LAN, it's often useful to access them by name instead of IP. This is especially...
| | gafferongames.com
18.6 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.