Transmission Control Protocol (TCP) is a transport layer protocol that provides a connection-oriented data stream service with guaranteed, in-order delivery.

learn more… | top users | synonyms (1)

0
votes
0answers
18 views

Redirect localhost to remote host

I'm developing a program to work with RFB protocol. I want something to redirect from localhost (127.0.0.1) to my remote host. So in the software I make the redirection I can see all protocol messages ...
0
votes
1answer
11 views

TDI_RECEIVE request handling

I'm writing simple TDI filter driver (well, I remember that it's year 2013 now )))). I need to inspect first chunk of HTTP reply. So I intercept TDI_RECEIVE request, setup my completion routine and ...
0
votes
2answers
35 views

Android client socket doesn't send data after some time

I'm developing an Android real-time-data app that sends data (floats and ints) to a server on the local subnet via a TCP socket. The problem I'm facing is that after sending some data simultaneously ...
0
votes
1answer
41 views

incorrect connection always succeedes

I'm trying to set up a simple connection with boost::asio. Whatever I do the boost error handling says that the connection succeedes, but it doesn't work. This example presents the problem. Whether ...
0
votes
1answer
27 views

How to confirm several TCP connections come from one computer?

I have a C/S model that each client use 3 or more TCP connections to one Server, for example one connection for binary data, one for text messages and one for controlling. However, I have no idea how ...
-3
votes
0answers
21 views

OPNET IT GURU TCP UDP [closed]

fairly new to using OPNET. I'm trying to run simulations of video being sent from PC to PC. I have multiple text files saved as .gdf files. I have a lan network created. Just not sure how to actually ...
0
votes
2answers
47 views

java.net.SocketException: Socket is closed TCP Connection

Doing some debugging, I think the error occurs in this method below. The method basically sends an ID (string) to the server and the server after receiving this ID looks up a record which it sends ...
-1
votes
2answers
54 views

ObjectInput and Output streams are not being accepted by client/server

I have one program with two serverside processes. One server just sends an ArrayList to client. The other server first takes a string from client and then finds proper record corresponding to the ID ...
-3
votes
0answers
44 views

Multithread TCP Server-Client JAVA [closed]

I am currently working on a project where I have a multi thread TCP server and client connection. For now the server is sending an echo back to that particular client's input. I need to change that to ...
0
votes
0answers
15 views

i cannot view the screenshot on client whn sent to server through tcp…can only view two lines of the actual screenshot

//Server side code namespace WindowsFormsApplication10 { public partial class Form1 : Form { TcpListener srv = new TcpListener(IPAddress.Any,8000); TcpClient client; ...
1
vote
1answer
67 views

Sending and receiving plain text with TCP

I want to send this string through TCP connection: TR220,2,A10000XX,3545.1743,5119.5794,001.0,1503,52:56:16,2012/09/13,0,0,0,0,0,V,000,0,0,0,,+989123456789,* I am using this code to send the text: ...
0
votes
1answer
27 views

mktemp for TCP ports

mktemp returns filename which is free (not associated to real file). So we can use that file. How we can do the same with tcp ports? Anybody knows mkport application? ( I need it from tests level. ...
0
votes
2answers
43 views

Measure tcp-connection speed

I want to write simple unix-application that measures tcp-connection speed. So I have: server listens on specified port, accepts connections and measures speed client sends messages (continuously) ...
1
vote
4answers
78 views

Best practise: Sending typed data over TCP

I want to implement a server which has a few methods from which one accepts an array of two-dimensional points (a struct). I'm wondering if I should implement it as a WebService or as a simple TCP ...
0
votes
1answer
18 views

How to Connect To My Server Application which is behind a Firewall/NAT?

I'm doing a project which involves making a server which uses TCP to connect to its clients. In real-life conditions, it could be behind a firewall/nat/proxy. So, how would I establish a connection? ...
0
votes
1answer
24 views

how to close a tcp connection if FIN/ACK doesn't get a ACK response?

in a tcp program written in Linux C I want to close a tcp connectin I used close(sockfd) I notice this function will initiate a FIN/ACK packet to the other peer but if the other peer doesn't respond ...
0
votes
1answer
74 views

Why code shows “Error 354 (net::ERR_CONTENT_LENGTH_MISMATCH): The server unexpectedly closed the connection.”

I am building my HTTP WEB SERVER in JAVA. If client request any file and that file is on that place in server, then server gives that file to client. I also made this code, and it works fine. The ...
-4
votes
1answer
33 views

Steps to create simple TCP Client [closed]

Can anyone please describe any four easy steps to create a TCP client? Its better if give a sample code for each of the steps in java.
5
votes
1answer
83 views

TCP handshaking fails - what's wrong with the server's reply?

I'm building a server with the ENC28J60 chip and a PIC18F4620. The chip is connected to my PC via ethernet. Currently, I'm trying to set up the TCP connection over which I'll build an HTTP connection ...
0
votes
0answers
17 views

Sending Bitmap data over winsock? Winapi

I am tring to send a screenshot of a desktop over winsock. As such, there are four tasks: Save bitmap to buffer Write data across wire using a socket Read data from wire using a socket Load a bitmap ...
0
votes
3answers
52 views

How do I receive and manage multiple TCP connections on the same port?

I have a number of clients who need to connect to a server and maintain the connection for some time (around 4 hours). I don't want to specify a different connection port for each client (as there are ...
0
votes
1answer
59 views

how to increase TCP window size in android for FTP?

I am trying to develop a simple ftp client using open source ftp4j library for android. I wanted to know if there is any way I can change/increase the tcp window size for data transfer. I have tried ...
0
votes
2answers
34 views

SqlServer wedged connection due to network drop

We have two directly related problems that can be reduced to a very simple piece of code. Suppose machine 1 hosts the application, and machine 2 hosts the database, connected by ethernet via a hub. We ...
0
votes
0answers
44 views

TCP connection thread for reading and writing and receiving event messages in java

I'm new to Java and TCP in general. I have the following scenario where I send a request to a tcp server and I receive a reply directly, then the server will send an unsolicited event message later. ...
0
votes
0answers
23 views

Android to android TCP connection failed

I'm trying to make TCP connection between android phones which are in same subnet. Connection works when I use android phone as server and android emulator as client. But when I switch emulator to ...
0
votes
1answer
31 views

Can't connect to remote ip

I'm trying to connect client with server. With local address (127.0.0.1) everything works perfectly fine, but when i try to use my remote address, it doesn't work. I search this thing all over the ...
0
votes
0answers
61 views

Android tcp vs udp for video streaming

I want to transmit live video from my phone camera to multiple users RELIABLY over network and some client specific data but with BANDWIDTH efficiency Using tcp will ensure reliability but will need ...
-8
votes
0answers
30 views

Network Design Case Study and Solutions [closed]

URGENT : Hey , Can Anyone Help me with A University Campus network Design Case Study along with solutions involving bandwidth calculations and other assumptions??URGENTLY Needed .
-1
votes
0answers
25 views

Why is UDP 2-tuple?

I understand what it means to be 2-tuple, i.e. datagrams with different source IP addresses and/or source port numbers, but same dest address/port are directed to the same socket. Also I get the fact ...
0
votes
0answers
26 views

Two serverside processes in one program?

I know this is probably not practical, but for an assignment, I need to know if this is possible and how (simple example). I was thinking something like this. But then how would I have the ...
0
votes
1answer
35 views

Does epoll have exponential backoff?

I have an application that, when it has data to transmit, uses epoll to know whether a given TCP socket can be written to. What I'm observing is that as the far-end of the TCP connection falls ...
0
votes
1answer
83 views

Simple TCP server with multiple clients C/unix

I'm having problems understanding socket programming and need some help. I am suppose to modify my server code that I have written to accept 3 clients. I know I am suppose to use a fork for each ...
2
votes
2answers
40 views

will a tcp program check missing packet before it passively closes a tcp connection after receiving a RST or FIN

if there is a tcp connection between A and B, A send some packets and then a TCP RST(or TCP FIN/ACK) to close the connection, let me say? PKT1, PKT2, PKT3, TCP_RST or PKT1, PKT2, PKT3, ...
0
votes
1answer
35 views

Multiprocessing with Python and Arguements

related to my last post (Which somehow got marked off and closed), I wrote some code to create a thread for a command handler for my python TCP listener. What basically happens is that I send in some ...
2
votes
3answers
54 views

Efficient multiple tcp clients with intervals

I have been writing a command line program in C# that uses multiple tcp clients that all connect to the same server. Each client resides in it's own thread. At the moment I am trying to work out an ...
3
votes
2answers
84 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
62 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
189 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
40 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
79 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
23 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
52 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 ...

1 2 3 4 5 123