In TCP/IP, the port number is specified by a 16-bit field, yielding a total of 65536 port numbers. However, the lower range (don\'t really know how far it goes) is reserved for the system and cannot b
I am writing c++ code for a telnet client. I am having problems getting the host address from the user input.
I was wondering how 开发者_高级运维to, using C, find out what port a client is currently listening to. ie, I want to know what the source port is, not the destination port.
I\'ve been searching for a while but it seems to be difficult to find any definite answers on how to 开发者_运维百科recover from exceptions thrown by calling NamedPipeServerStream.BeginWaitForConnecti
I have used the select() function to implement servers, but now I have to implement it by myself (as a part of a project).
I\'m developing a DLL in C++ which needs to write some data via a (previously established) TCP/IP connection using the write() call. To be precise, the DLL should send a little \'Process 12345 is term
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I\'m trying to figure how to perform some networking tasks using Objective C on 开发者_JS百科the iPhone. I\'d like to enumerate all network devices on my local, home network. Also, I\'d like to be abl
I am dealing a big situation in architecture design flaw in multiple threading. I try to keep my application completely thread safe and avoid conflict with each others.
I am writing a udp chat application in c. I need to test if messages are received in an incorrect order. CAn anyone please tell me of a tool I can use to delay certain messages? also please tell me ho