I have tested for sending Credit Control ( CC) request in libdiametercc.
Because of have only one clientSession object, so we only send 1 request until the previous request is received.
I want to send multiple requests CC at same time by using more then 1 clientSession object, and 1 client Session only send when it received the answer ( by using a flags turnon when I send 1 request to it, and turn of when received 1 answer coressponde).
But I see that total transaction per seconds to small ( 3 trans/sec) ( Using Marben diameter server ( trial license)).
Have any body help me for increasing the transaction/sec.
Thanks for your help.