We know If we want to limit that we sent message to SMSC with smpp.client component. We can set SendSpeedLImit to limit TPS.
How do I limit TPS when client send packet to our smpp.server.
How do I config TPS on SMPP.Server?
Re: How do I config TPS on SMPP.Server?
You need to set ReceiveSpeedLimit property.
Re: How do I config TPS on SMPP.Server?
Thanks, It work!