As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am developing a file transfer application and am using pthreads on the receiver side for receiving multiple files.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical开发者_如何学编程 andcannot be reasonably answered in its current for
i need to transfer a file of 8.3MB over TCP, when i use file pointers to read and write to files then i send about 8.6MB data and also receives 8.6 MB of data by calculating the output of send and rec
When I read about socket programming, I get to know that AF_ stands for Address Family. But literally, a family should have many members. So, what are the members of, say, AF_INET address family?
I need to write a program that displays this information: netstat TCP / UDP connections Information about the IP ipconfig /all
I am developing an application for Windows Vista and 7 in Visual Studio C++, in which I have to assign static IP address to a network card and establish a connection. For this, I am entering the Ip va
I have a code where the server sends a UDP message which contains a TCP port number to clients. Then the server waits for incoming TCP connections with clients. However, the select() function returns
I need to push 1000 small objects per second from a server program to 100 clients 开发者_如何学Goon a gigibit LAN so I need the fastest approach thanks.
I am going to 开发者_运维知识库put an network status icon in my GUI application. To get the network status notification, I am trying to use the Windows API. For this I am thinking to use NetworkAvaila