Search found 2 matches

by myggan
Mon Feb 15, 2021 7:12 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: More than one submit in the same network frame
Replies: 7
Views: 8102

Re: More than one submit in the same network frame

We have the same issue with Swedish Telia. More than one SubmitSM in the TCP packet will cause them to fail (Error Invalid Source Address).
Setting the TcpClient.NoDelay did not resolve our issue.
Note: We are not using the InetLab SMPP client (yet?), just scouting our options.
by myggan
Thu Aug 15, 2019 5:43 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Async Submit Window Size
Replies: 2
Views: 24242

Re: Async Submit Window Size

I'm arriving a bit late to the party. Seems like the link is broken, I assume @alt referenced this site? https://docs.inetlab.com/smpp/v1/articles/async_sending.html When it comes to window size you could do something like this public class Sender { private readonly ISmppConfig _smppConfig; private ...