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.
Search found 2 matches
- 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: 45677
- Thu Aug 15, 2019 5:43 pm
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Async Submit Window Size
- Replies: 2
- Views: 100146
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 ...
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 ...