fiorix / go-diameter

Diameter stack and Base Protocol (RFC 6733) for the Go programming language
Other
244 stars 141 forks source link

use pure golang sctp #104

Closed ghost closed 5 years ago

ghost commented 5 years ago

https://github.com/pions/sctp works for me doing various webrtc things, and so should be stable. the devs at pions are super responsive too :)

Also a pure golang of DTLS is also in the repo. I am not sure how complet it is though. Its enough for webrtc though.

Let me know what you think because go-diameter looks super useful, but i need portability and easy of fixing stuff. Thanks for putting this project up

fiorix commented 5 years ago

I think @emakeev would be interested in this. From my end, I wouldn't mind supporting it behind a flag of some kind and letting folks try out, if they can.

fiorix commented 5 years ago

Happy to review any PRs on this as follow up.