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

Hello, Any chance of you including some example apps? Maybe something akin to a "hello-world.go" ? John

Hi, I am trying to lean the sip protocol in Go. I am new to network programming. I wanted to follow the code from main section until I understand how...

Shouldn't we add the implementation of Stringer interface for base.NoString, as for base.String ?

Our interface is a bit weird at the moment, and uses channels and stuff to communicate with the user. I think exposing channels like this is a bad idea. If...

Conntable uses channels to handle all its updates and stuff. So when we were calling `Notify` and then immediately checking the outcome, it was hit-and-miss whether it would have been...

Hello, First of all, thanks for the excellent work.. Seems like when running a UDP 'server' all replies are being sent from a random source port. This will mostly work...

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

e.g. --- FAIL: TestMassUDP (0.73s) transport_fv_test.go:49: Error - received an unexpected number of messages: 9978 http://claudebox.duckdns.org/job/gossip-pr/30/console

See [RFC 4475](https://tools.ietf.org/html/rfc4475). We should make sure our parser can parse these torture test messages.

quality