gossip icon indicating copy to clipboard operation
gossip copied to clipboard

SIP stack in Golang

Results 18 gossip issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

... 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 –...

bug

The current transport tests are really FVs, not ITs, so should live in the 'test' package.

quality

Aiming for 100% coverage in all components.

quality

Aiming for 100% coverage in all components.

quality

See [RFC 3581](https://www.ietf.org/rfc/rfc3581.txt) for details.

enhancement

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...

enhancement