tcpclient
Ensuring no packet loss between TCP client and server
I am writing a Java TCP client which sends chunks of data to a C server. The client-server worked very well on my development PC. This code upon deployment on a hardware board showed packet loss. I on[详细]
2023-04-04 21:48 分类:问答specific argument was out of range of valid value parameter name : index
Error : specific argument was out of range of valid value parameter name : index This error message occurred every 2min in desi开发者_运维问答gn time!![详细]
2023-04-04 05:33 分类:问答Set custom Http Proxy over the TCP/IP Connection
Suppose that we want to connect to server with proxy=\"scs.msg.yahoo.com\", port=\"5050\", so we are using the internet connection with HTTP proxy like below :[详细]
2023-04-03 17:50 分类:问答NetworkStream never writes data
Alright, so I understand the whole idea that TCP is stream based and not message based - I don\'t care about that.[详细]
2023-03-31 17:07 分类:问答TcpClient response stream with POP3, cant read more then one line
I am working on my own lib for pop3 since i didnt find what I needed in the ones that were suggested here. My problem is when opening a message it can only read a line up to a certain point (usually a[详细]
2023-03-31 10:13 分类:问答Weird tcpclient https post response
I have a weird problem trying to get full response from a web page using TcpClient which I send a POST to. Here the code:[详细]
2023-03-31 09:34 分类:问答Guidance with TCP Client, reconnect function, etc
I have a TCP Client that mainly runs on mono that I wish some guidance with, I think I am doing some things wrong, something not needed, etc.[详细]
2023-03-30 08:02 分类:问答Why networkstream.write block?
I have client server project. i have a problem in sending data from server to clients. private bool SendPack(object client, string data)[详细]
2023-03-30 03:03 分类:问答Sending messages and files over NetworkStream
I am quite new to network programming and I have a few questions regarding this code: if (client.Connected)[详细]
2023-03-29 08:41 分类:问答CPU usage problem
I have a network project, there is no timer in it. just a tcpclient that connect to a server and listen to receive any data from network.[详细]
2023-03-29 03:25 分类:问答