Connect time out

Connect time out SearchSearch
Author Message
alsu
Unregistered guest
Posted on Friday, February 11, 2005 - 02:03 am:   

How I can increment time out between bind and bind_resp?
In smppdebug.log:
08:34:33:887 ConnectToServer: Connected to ....
08:34:33:887 SMPPConnect: Exiting
....
08:34:53:236 WaitForResponseSMPP: SMPP Debug: ioctlsocket failed, no data
08:34:53:236 SMPPBind: SMPP response failed

Time out is 20 seconds, but interval of response in my SMPP-server can take 50 seconds and more...
alsu
Unregistered guest
Posted on Friday, February 11, 2005 - 02:53 am:   

continue...

I set flag "send and receive messages over the same connection (smpp tranceiver)" in advanced SMPP connection setting to true, but in log:

09:25:47:310 (00000094) xxx.xxx.xxx.xxx ->: 00 00 00 22 00 00 00 02 00 00 00 00 00 00 00 06

bind_transmitter!!!

?????????
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4059
Registered: 10-2002
Posted on Friday, February 11, 2005 - 11:24 pm:   

Hi alsu,

Regarding your first question ... we will wait up to 120 seconds (2 minutes) for a response to the bind command.

The "ioctlsocket failed, no data" message is an indicator that the other side of the connection closed the connection on us.

So this is not necessarily a timeout.

Regarding the second question, it sounds like the configuration settings were not actually saved. Double check them.

Also, if you are not running v5.51, then that could be an issue. In prior versions, if the connection was configured to bind as a transceiver, the running service would do this correctly. However the configuration program which tests the connection would not.

-bn