tcp
TCP vs UDP throughput
Suppose we have tcp and udp connection over th开发者_如何学Ce same link of capacity C . Tcp has transfer rate of C whereas UDP has 8C as its transfer rate . Which will be more efficient ?Theoretically[详细]
2023-04-12 00:35 分类:问答C++ TCP connection closing
I have a C++ application called A which open a TCP connection to Application B. Application C knows about this connection and can close the socket from B side.[详细]
2023-04-11 22:56 分类:问答Why is this C program reporting more throughput than nload?
I run the following C program between two machines with 10GibE; the program reports 12Gib/s whereas nload reports a (more believable) 9.2Gib/s.Can anyone tell me what I\'m doing wrong in the program?[详细]
2023-04-11 22:28 分类:问答Text communication between applications with TCP Sockets in VB.Net
I\'ve got a problem to make two applications to send text-data between themselves. The message is transmitted without any problems, the answer is received too. But, there is a lot of a \"New line\" ch[详细]
2023-04-11 14:56 分类:问答Valgrind - uninitialized values and bytes?
Valgrind is giving me errors saying - Syscall param write(buf) points to uninitialised byte(s) and Conditional jump or move depends on uninitialised value(s)[详细]
2023-04-11 13:20 分类:问答sending binary files through TCP sockets c
I made a client & server that establishes a TCP connection through sockets, I\'m trying to send binary data over the socket but I could only send txt or pdf files, I had no luck with exe files, I[详细]
2023-04-11 11:13 分类:问答How does Flash and socket connections work on the web?
I am trying to debug a socket connection issue between flash in a web browser and flash in a client type program. The connection is closing properly in the web, so I would like to understand how the w[详细]
2023-04-11 11:10 分类:问答Python TCP Client to Client message forwarding
I am looking for a short example in python of a TCP server passing an incoming client message to another new client. All I could find was examples on echo server/clients.[详细]
2023-04-11 02:52 分类:问答TCP protocol header field sizes
This is a homework question for my networking class. I\'m not looking for an exact answer (since this is my homework), but some help would be nice:[详细]
2023-04-10 23:17 分类:问答Alternative to Multicast
I am trying to implement an application where a part of it functions similar to chat. There are several users and the connection is P2P. The data send from each peer to the others should beserialised[详细]
2023-04-10 21:54 分类:问答