|
You are here |
blog.jchw.io | ||
| | | | |
venam.net
|
|
| | | | | 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
|
|
| | | | | `nscd`, a local DNS resolver within `glibc`, is non-standard. Instead, use a local DNS server like `named` or `dnscache`. | |
| | | | |
cmetcalfe.ca
|
|
| | | | | 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
|
|
| | | 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. | ||