Transmission Control Protocol (TCP) is a transport layer protocol that provides a connection-oriented data stream service with guaranteed, in-order delivery.
3
votes
2answers
88 views
Basic C Server: Connection Refused Error
I have a program that should accept a connection at port 62085 and sends back a test message. The code hangs at accept() and never returns even if the client tries to connect. Why does the server ...
1
vote
1answer
63 views
Timeouts on read and writes
I have been searching for a way to cancel a Boost ASIO read or write operation if it takes over a certain amount of time. My server is sending out HTTP requests, and reading results from those ...
0
votes
1answer
19 views
Does client also need to call close when the server closes the connection
So, imagine a situation where a client reads from the socket and read returns 0. This means an EOF or that the server has closed down the connection.
Should the client also call close on this file ...
3
votes
2answers
194 views
Getting disconnection notification using TCP Keep-Alive on write blocked socket
I use TCP Keep-Alive option to detect dead connection. It works well with connection that use reading sockets:
setsockopt(mysock,...) // set various keep alive options
...
0
votes
2answers
60 views
TCP bug in Clozure common lisp: input/output collisions?
I am experiencing a strange bug with TCP in lisp (I am using Clozure common lisp).
I am using a TCP connection between my Clozure application and another application on the same computer for ...
-2
votes
0answers
19 views
Set up a tcp\ip server which can receive messages and store them in database
I need to setup a static ip tcp server on internet, which can receive messages and save them in a database.
Can someone please suggest where should i start from ?
And, which language would be best ...
0
votes
0answers
15 views
Cannot Join Reliable Raw Session (ALLJOYN_JOINSESSION_REPLY_FAILED)
this question is related to alljoyn library for java - android
How could I debug ALLJOYN_JOINSESSION_REPLY_FAILED exception?
The issue occurs when I am trying to join a reliable raw session. The ...
0
votes
2answers
48 views
Pass data table from server to client using tcp c#
I m new to tcp client server applications in c#. I want to pass data table from server to client over the network (between 2 pc's). Plz help by giving me some reference.
0
votes
1answer
52 views
Developing a Game Server [closed]
I am starting a project/game and I'm in charge of the backend weird stuff. I decided to make it in Python and receive data from the frontend where the user plays the game with a TCP connection. First, ...
0
votes
0answers
14 views
Flash Socket Policy Server and Security error
I have a problem with using TcpScoket with my client application. About 20% of all connections causes security exception on client side. I can't reproduce this error on my computer, but the problem is ...
2
votes
3answers
83 views
Is Nagle Algorithm and delayed ACK used for bulk data?
So, I was going through TCP stuff when I came across Nagle's algorithm and delayed ACKs for small sized packets (1 byte data). The reason being, avoiding to send lot of small packets on the network ...
-2
votes
0answers
24 views
Establish TCP connection in IOS [closed]
How to detect if a connection to a tcps (tcp, ssl) can be established with a specific tcps address in objective c?
0
votes
2answers
28 views
a single buffer to manage all tcp connections
imagine I have 60 tcp fds in my program. is it a good idea to consider one thread for each of tcp connections to read from them or it is tricky to maximize the os tcp buffer to read all packets from ...
1
vote
0answers
53 views
Android and c# tcp communication
I want to send a message from a C# application to the Android emulator or device over TCP. I have searched on Google and got the maximum results for Android client and C# server but not what I want to ...
0
votes
1answer
59 views
TCP Client is 4 connections more efficient than 1?
I have programmed a TCP Client in C# with write and read functionality and all is working as expected on a single thread within a command line program.
The TCP server supports a maximum of 4 ...
0
votes
3answers
46 views
Can't update text box in UI from server thread
I trying to write a server program with UI on c#.
the server is called from background worker->saparated thread. In the server' i have to update the UI about what cient connected on what prot, and ...
-1
votes
2answers
49 views
Socket checksum issue
This may be a straightforward solution but basically I am sending a binary file piece-by-piece to another program using TCP and checking to make sure the checksum matches for validity. The problem is ...
-1
votes
1answer
53 views
How can i stop tcp/ip packet? [closed]
kind of load balancer. I need to know, is it possible to grab a packet from the NIC and then destroy it so it won't progress up the tcp/ip stack?
I want to be able to stop it so that the PC where the ...
0
votes
1answer
76 views
Calling method from loop in tcp server c#
I was writing a threaded tcp server and within this thread i wrote this:
private void HandleClientComm(object client)
{
TcpClient tcpClient = (TcpClient)client;
NetworkStream ...
2
votes
1answer
46 views
Jmeter TCP Sampler send request without waiting answer
I have a question about the TCP Sampler: is there a way to send a TCP request, and continue the next action without waiting for an answer?
I want to do that because i send a "pong" request, and if ...
0
votes
1answer
39 views
TCP Netty Ensure message received
I am creating client-server system, that should be able to work in ustable network. It assumes that connection could be broken at one time, and then system must reconnect and continue it's work. I'am ...
0
votes
1answer
23 views
Cant connect to mysql database
I'm trying to configure a freshly installed mysql server to listen on port 3306.
I've removed skip_networking, I have changed bind-address=172.20.33.1 (which is my server ip) and it completely ...
0
votes
1answer
27 views
Write to the client returns EWOULDBLOCK when server is slow
I am trying to write some data in the socket after specific time interval. I have two threads, one thread maintaining the TCP connection, and another thread generating data.
The data generating ...
0
votes
0answers
34 views
How do I get my ubuntu server to listen for database connections? [closed]
I am having a problems connecting to my database outside of phpmyadmin.
Im pretty sure this is because my server isn't listening on port 3306.
When I type:
sudo netstat -ntlp
on my OTHER working ...
0
votes
1answer
29 views
Virtual Circuits and Datagrams
I know virtual circuits are connection orientated and datagrams are connectionless. I also found out that VC's have very strict time requirements while datagram networks provide a elastic service.
...
0
votes
1answer
52 views
ZeroMQ C++ req-rep termination error
Here is ZeroMq C++ code for simple request - reply where both exchange messages alternatively.
But error occures when messages are only sent continuously ....
Reply code :
include zmq.hpp
include ...
-2
votes
0answers
39 views
why some peoples cann't connect to my TCP Socket Server ? [closed]
Good day
I have made a TCP relay server and it's well hosted to outside world.
Some of my friends connected to It well using the Client application, and Some was unable to connect, And when tried to ...
0
votes
2answers
49 views
C++ - Detecting multiple connections to server
In a Linux/C++ TCP server I need to prevent a malicious client from opening multiple sockets, otherwise they could just open thousands of connections until the server crashes.
What is the standard ...
0
votes
0answers
17 views
Silverlight Running Multiple instances WCF
I'm working on a silverlight application and it works okay. But if I left the application open and open another instance of it in another IE browser it loads them freezes and I cant press any buttons. ...
4
votes
1answer
87 views
What could cause my packet's byte order to become partially scrambled?
I am sending packets over a TCP socket between a Linux Centos 4 machine and a Windows XP machine running Interix with Gentoo. When the packet is received by Interix, about 10% of the characters are ...
1
vote
2answers
62 views
Error communicating a c server and a java client
I'm trying to make a little tcp echo server with multithread support in C and a client written in java, both communicating using sockets. The communication starts just fine but somehow the strings ...
-2
votes
1answer
24 views
How does TCP relate to a wire-level protocol?
This is how I always imagined TCP to be related to an Application:
Linke to image because I can't embed it (reputation)
Now I try to understand the Peer Wire Protocol as described here and there is ...
0
votes
2answers
58 views
Sequence Numbers in UDP
I was asked a interesting question relating to datagrams and how they are fragmented, namely what is used to re-assemble the original datagram.
I know the ID number in every fragment will be the ...
0
votes
1answer
77 views
what is “T!” represent in socket connection?
i have open java socket for read serial data on localhost, but the when i try more times to read data then i get just two bytes which are T!. i don't know what this two characters represent ?? and ...
0
votes
0answers
31 views
Why some peoples cann't connect to my TCP Server thought it's available to outside world? [closed]
Good day
I have a strange problem with my TCP Server/client , I will explain it below in details.
While some peoples can connect to my TCP Server socket, some peoples cann't connect to it,
I have ...
0
votes
2answers
78 views
What if a TCP handshake segment is lost?
In TCP 3-way handshake, 3 segments will be sent (SYN, SYN ACK, ACK). What if the third segment(ACK) is lost? Is the sender going to resend the segment or give up establishing the connection? And how ...
0
votes
3answers
107 views
WSO2 ESB TCP Unexpected error sending message back
I have an AdderService at WSO2 AS. Then I created a proxy service with transports="tcp" at WSO2 ESB:
<proxy xmlns="http://ws.apache.org/ns/synapse" name="AdderServiceTCP" transports="tcp" ...
0
votes
1answer
43 views
read data from socket from SerialForwarder
With tinyos there is SerialForwarder which forwards the data to a socket.
I have tried to open socket with host:"localhost",,port="9001" ,, but this will always return two bytes ="T!" !!
Then I try ...
1
vote
0answers
50 views
TCP congestion window size in slow start phase
I have a question about the increasing rate of TCP sender's congestion window during the slow start phase.
Traditionally, the size of cwnd exponentially increases for every RTT. For instance, if the ...
0
votes
1answer
49 views
TcpClient Stream.Read ends thread unexpectedly
I have a thread which check is user online
var user = (User)userObj;
if (!IsUserOnline(user)) return;
if (!TryToConnect(user)) return;
var TCP = user.CmdTCP;
Stream stm = TCP.GetStream();
This ...
-1
votes
0answers
24 views
Recieving an ArrayList through TCP using ObjectI/OStream not working [duplicate]
I basically want to send an arraylist from Server to my client and it has to be serialized so I'm using ObjectI/OStream. But this is by first time creating a client/server program so I don't really ...
0
votes
2answers
60 views
Try to get ObjectInputStream from Server (TCP) to deserialize objects
I basically want to send an arraylist from Server to my client and it has to be serialized so I'm using ObjectI/OStream. But this is by first time creating a client/server program so I don't really ...
0
votes
1answer
46 views
force close TIME_WAIT connections by sending RST to dst and src?
The MySQL server had some few "Too many connections" warnings , and on the server there's a ton of unknown TIME_WAIT connection on my system like:
# netstat -npat
tcp 0 0 ...
0
votes
1answer
22 views
Close BufferedStream without TcpClient disconnect?
I am trying to send image via TcpClient and BufferedStream. The problem is that i cant send the data without disconnecting the TcpClient.
Send data:
while ((bytesread = bufferedinput.Read(buffer, 0, ...
0
votes
2answers
137 views
Java: TCP socket connection. Client receiving null/readline() returns null
I am new to java TCP socket. I tried to implement a server and a client. So the server should check input (do something) and send string to client. The client should send string to the server and look ...
0
votes
0answers
23 views
Presistent and non persistent connection computer networks
I have a question in presistent and non presistent network . Suppose I want to get one image from a website
If presistent
In those to I first open a TCP connection , then request the page , then ...
0
votes
1answer
73 views
boost asio async write handler calling itself
This question is in connection with another previous question of mine.
Can a boost::asio::async_write handler function called upon completion of the write operation itself engaging in a write ...
0
votes
1answer
78 views
C# TCP client with backgroundWorker
I have a TCP client written in C#, and I use backgroundWorker to connect the server, something like this:
void ConnectToServer() {
try {
bwConnector = new BackgroundWorker();
...
0
votes
2answers
114 views
boost asio tcp - socket write data different from data in buffer - possible thread unsafety somewhere
I'm exploring the boost asio offerings
the client sends a header of 1 byte indicating the length of bytes to follow.
relevant server code:
enum {max_length=1};
void handle_read(const ...
-1
votes
1answer
86 views
Multi TCP socket connections does't work on 4.0.4 Android
I am working on project where i need two or more socket connection at once. I noticed that until android 4.x my app worked correctly, and on android 4.0.4 it just do nothing on second connection. I ...


