opentelecoms-org / jsmpp

SMPP implemented in Java
Apache License 2.0
230 stars 160 forks source link

Window Size #152

Open mossama opened 3 years ago

mossama commented 3 years ago

Please I need to know how to configure window size using jsmpp

pmoerenhout commented 3 years ago

Please look at the setQueueCapacity. This will set the receiving window size. I'm planning to have a more fine grained control over this in the next version. You can also use a semaphore, to see if you have room available in the sending window size.

tahseenjamal commented 1 year ago

Hi @pmoerenhout Thanks as I was also looking for an answer to the same question

Has the new version come out that gives finer control over Window Size ? Please let me know