fiorix / go-diameter

Diameter stack and Base Protocol (RFC 6733) for the Go programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance on sctp is very poor

drv1234 opened this issue · comments

hi,
this is not an issue just an info request.

Has anybody tried the example client/server on sctp?
Just because the sctp performance is very poor:
With tcp: 259058/s diameter message can be reached (on localhost)
With sctp only 6938/s message.

I opened an issue regarding the sctp package (ishidawataru/sctp#60) but maybe somebody has a solution or workaround.
Or just I did something wrong....

I appreciate any hint or suggestion.
thanks

My experience with example client/server sctp is similar.
IMHO such a difference in the performance is unacceptable.