cloudhopper-smpp
cloudhopper-smpp copied to clipboard
Listen on an unencrypted and on an encrypted port
Currently the SMPP server can listen on one port. This means that you can either listen with SSL or without. This PR allows the user to listen on an unencrypted and on an encrypted port. The change has been done in a way that keeps backwards compatibility.
NOTE: I haven't done an extensive load test yet. I would like first to receive feedback on my approach ;)