fiorix / go-diameter

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

High response load #194

Closed egorkovalchuk closed 5 months ago

egorkovalchuk commented 5 months ago

Hello

I put a high load on the diameter server, the load goes away, but some of the responses disappear. Him sent, but not processed. Most likely, more than one response is placed in the network buffer, but a few.

Speed send 4000 op/s

fiorix commented 5 months ago

Without more information it's very hard to be able to help you. What I can share is that we've had the client and server code interacting with other diameter stacks at much higher qps (800k+) without issues, so it's likely something on one of your endpoints that needs more troubleshooting.