gossip
gossip copied to clipboard
SIP stack in Golang
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...
If connTable.Stop() is called when at least one connection in the table has expired, the connWatcher panics when it receives the stop message from the connTable. Cause is that when...
... they close shortly afterwards, but there's a race window where Stop() has returned but the sockets are still bound. This means that the sockets can't be reused immediately –...
The current transport tests are really FVs, not ITs, so should live in the 'test' package.
See [RFC 3581](https://www.ietf.org/rfc/rfc3581.txt) for details.
The transaction layer does not currently implement the ghetto response matching described in RFC3261 section 17, for compatibility with devices which don't comply with the newer spec. It currently only...