Top "Networking" questions

For most programming questions use [network-programming] tag.

How to redirect DNS to different ports

TL;DR: DNS resolution of a domain(s) must map to IP:port(s), instead of just IP. Example, sub1.…

networking dns minecraft
Best TCP port number range for internal applications

I work in a place where each of our internal applications runs on an individual Tomcat instance and uses a …

networking tomcat
When is TCP option SO_LINGER (0) required?

I think I understand the formal meaning of the option. In some legacy code I'm handling now, the option is …

sockets networking tcp setsockopt so-linger
Python socket receive - incoming packets always have a different size

I'm using the SocketServer module for a TCP server. I'm experiencing some issue here with the recv() function, because the …

python networking timeout recv
Accessing a local website from another computer inside the local network in IIS 7

Ok, so here is the scenario: I have computer A inside my local network running IIS 7. I added a new …

iis networking iis-7 localhost
OpenVPN failed connection / All TAP-Win32 adapters on this system are currently in use

^^ i get this error if i would connect to any OpenVPN Network. All TAP-Win32 adapters on this system are currently …

windows networking adapter vpn openvpn
What do pty and tty mean?

I noticed there are many mentions of pty and tty in some opensource projects, could someone can tell me what …

c unix networking tty vocabulary
Default SQL Server Port

I have a VB6 application that uses SQL server. It needs to access it through a LAN. Therefore I want …

sql-server database networking port
How to monitor network calls made from iOS Simulator

I am trying to monitor calls from an app to my server just like Firebug does. I could not find …

xcode networking ios-simulator network-monitoring
Good tool for testing socket connections?

I'm writing a tcp/ip client and I would need a "test server" to be able to test easily. It …

windows sockets networking utility