gossip icon indicating copy to clipboard operation
gossip copied to clipboard

Transaction layer does not correlate ACKs to 2xx final responses properly.

Open rynorris opened this issue 10 years ago • 1 comments

We do not deal with the fact that an ACK to a 2xx response has a different branch parameter, so we currently just drop them on the floor.

Need to include some cleverer matching in this case to send it to the right transaction.

rynorris avatar Nov 10 '14 14:11 rynorris

Actually, we shouldn't be matching these ACKs at all. They should be passed up to the TU as new requests. Dealing with them is the TU's problem. See RFC3261 13.3.1.4 for details.

rynorris avatar Feb 04 '15 23:02 rynorris