tcp
How can I simulate a socket disconnection?
My application uploads files to server of my client, but he want special \"pause upload\" function. I cant simply close connection, not even kill process - he need to lost connection otherwise his ser[详细]
2023-04-05 00:51 分类:问答iPhone / Android realtime communication, XMPP, raw TCP?
I have an app that has 2 versions : 1 on iPhone, 1 on Android. I want my 2 apps to communicate in real time. The use cases are :[详细]
2023-04-05 00:29 分类:问答Problem with simple tcp\ip client-server
i\'m trying to write simple tcp\\ip client-server. here is server code: internal class Program { private const int _localPort = 7777;[详细]
2023-04-04 23:13 分类:问答How to handle HTTP Connect in .NET?
I would like to handle HTTP on very low level - at the moment I\'m stuck with HTTP CONNECT verb. It looks like HttpListener doesn\'t have access to these request because they are handled somewhere ins[详细]
2023-04-04 21:41 分类:问答Finding Open Port TCP Communication
I\'m writing a Java application like AIM where I want a lookup server to help two clients connect to each other with the ServerSocket class. Unfortunately a s开发者_StackOverflowerversocket needs an o[详细]
2023-04-04 21:31 分类:问答Some question of reassembling TCP stream
I\'m implementing an IPS system, and I\'m a litt开发者_如何学Pythonle confused when observing the procesure of TCP stream reassembling by wireshark.[详细]
2023-04-04 13:16 分类:问答Live challenge/response between users
I\'m building a game where I\'d like 2 players to fight live between their 2 character. Here is the d开发者_如何学Cesired flow :[详细]
2023-04-04 10:06 分类:问答Android app TCP worker
I am planning out an Android app that communicates with a PC program via a TCP Socket. The app will have several Activities(layout) each of which represent a different physical device which is connect[详细]
2023-04-04 06:06 分类:问答TCP Socket frames 'queuing' up on Windows. How can I force each message in it's own frame?
I use Actionscript 3 TCP sockets to c开发者_如何转开发onnect with Javascript websockets. Sending data is primarily from the websocket to the AS socket.[详细]
2023-04-04 03:44 分类:问答simple TCP client serve model in C : client not recieving
im making a simple TCP client-server in c and im trying to send a message from the client to the server, but im having some problems with it.[详细]
2023-04-04 00:56 分类:问答