linxGnu / gosmpp

Smpp (3.4) Client Library for Go
Apache License 2.0
152 stars 59 forks source link

Window Size Parameter #105

Closed tahseenjamal closed 9 months ago

tahseenjamal commented 1 year ago

Where do you have the window size parameter ?

linxGnu commented 1 year ago

@tahseenjamal

what do you mean by window size parameter? could you please explain more

goten4 commented 1 year ago

The window mechanism is not implemented in the lib, you have to code it.

tahseenjamal commented 1 year ago

@linxGnu It is more like how many messages can you send in parallel to SMPP without waiting for acknowledgement

if you set your windows parameter to 5 or 10 then your throughput increases

linxGnu commented 1 year ago

Thank you for clarifying. Just like @goten4 said, it's not implemented in the lib. There are reasons for it: