fiorix / go-diameter

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

Performance on sctp is very poor #175

Open drv1234 opened 1 year ago

drv1234 commented 1 year ago

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 (https://github.com/ishidawataru/sctp/issues/60) but maybe somebody has a solution or workaround. Or just I did something wrong....

I appreciate any hint or suggestion. thanks

georgeyanev commented 1 month ago

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