Home | History | Annotate | Download | only in stack

Lines Matching refs:ACK

100  *                                                               ACK |     |                   |
258 * seconds. This is because retransmissions of ACK are triggered on receipt of a 2xx,
366 // to catch the incoming ACK -- this is needed for tcp only.
379 // send an ACK and prevents a race condition for creation
742 // If an invite transaction is ACK'ed while in
745 && transactionRequest.getMethod().equals(Request.ACK)) {
766 // According to RFC3261 Application should not Ack in
769 sipStack.getStackLogger().logDebug("ACK received for server Tx "
793 } else if (transactionRequest.getMethod().equals(Request.ACK)) {
829 && transactionRequest.getMethod().equals(Request.ACK)
968 * the ACK arrives. The 2xx response is passed to the transport with
971 * in Section 17). Response retransmissions cease when an ACK request
1120 // Retransmit last response until ack.
1167 sipStack.getStackLogger().logDebug("Found tx pending ACK - returning");
1703 if (this.getMethod() == null || !this.getMethod().equals(Request.ACK)) {
1705 + "] or method is not ACK[" + this.getMethod() + "]");