StefanKopieczek / gossip

SIP stack in Golang
GNU Lesser General Public License v2.1
336 stars 109 forks source link

Fix for Issue 2 - dropped ACKs #30

Open StefanKopieczek opened 7 years ago

StefanKopieczek commented 7 years ago

Stop dropping all ACKs that don't correlate with an existing transaction - 2xx ACKs are their own transaction, so it's up to the dialog logic to sort them out.

@DiscoViking , I'm not super familiar with the code here and the transaction logic is mostly untested, so can you either:

StefanKopieczek commented 7 years ago

retest this please