tcp
How to test for a broken connection of TCPClient after being connected?
I\'ve been fighting with one problem for a whole 3 days I can\'t find any solution, please help :) I work with Visual Studio 2010 and C# language.[详细]
2023-04-10 20:37 分类:问答Performance Implication of Creating New TCP Connection Per Message
In the past, our server application was designed so that a client creates one TCP connection, keeps this connection established indefinitely and sends messages when needed.These messages may come in h[详细]
2023-04-10 19:44 分类:问答Named pipes or TCP for client/server communication
My application supports multiple instances of the same server process (Windows Service), just like f.e. SQL Server.[详细]
2023-04-10 18:01 分类:问答C# sockets cannot sent data
Hello guys this method sending file on client machine private void StartServer() { TcpListener lsn = new TcpListener(IPAddress.Any, 27015);[详细]
2023-04-10 16:07 分类:问答Cannot assign requested address - possible causes?
I have a program tha开发者_JAVA百科t consists of a master server and distributed slave servers. The slave servers send status updates to the server, and if the server hasn\'t heard from a specific sla[详细]
2023-04-10 15:48 分类:问答Why FD_SET/FD_ZERO for select() inside of loop?
I am using the select function for communication betwe开发者_JAVA百科en my sockets. I have a while loop and I do -[详细]
2023-04-10 14:13 分类:问答Should I have two threads for input/output or use NIO?
I have been working on a (relatively) simple tcp client/server chat program for my networking class. The problem that I am running into is I am using blocking calls, such as read() and writeBytes(). S[详细]
2023-04-10 13:35 分类:问答FPGA TCP implementation [closed]
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 de开发者_[详细]
2023-04-10 08:35 分类:问答Can I reuse a TCP connection?
I\'m connecting to a website and retrieving HTTP data by sending i开发者_如何学Pythont a GET request. And I have to connect to the same site twice to retrieve two different pages. I\'m new to network[详细]
2023-04-10 07:39 分类:问答Creating communication protocol over TCP Sockets?
I have an Arduino microcontroller with a Sparkfun WiFly shield. I build a simple program in C#/.NET that connects to the Arduino using System.Net.Sockets:[详细]
2023-04-10 06:46 分类:问答