ack « tcp « Java Network Q&A

Home
Java Network Q&A
1.API
2.bluetooth
3.Client
4.connection
5.Cookie
6.Development
7.Email
8.File
9.ftp
10.http
11.HttpClient
12.https
13.ip
14.Network
15.OS
16.RMI
17.Security
18.Server
19.Socket
20.tcp
21.UDP
22.url
Java Network Q&A » tcp » ack 

1. When does a Java socket send an ack?    stackoverflow.com

My question is that when a socket at the receiver-side sends an ack? At the time the application read the socket data or when the underlying layers get the data and ...

2. Is there a way to determine whether the data has been received in a TCP Java Socket    stackoverflow.com

does any of you know if there is a way to tell whether or not the data sent through a Java TCP Socket has been received? The TCP protocol should store ...

3. How to retard tcp ack    forums.oracle.com

Hi all! I'd like to know if it is possible to retard the tcp ack. I'll try to explain me better: I am receiving important data through tcp: when I receive this data I don't want to send immediately the ack packet: it may occur that i receive the packet, I send the ack signal and then my system crash: this ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.