You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix re-connection logic in sl_collect(), restoring the behavior of the last major version. The function will now reconnect on most connection errors with a few exceptions such as authentication failure, end of dial-up stream, and internal errors.
Add new return status of SLAUTHFAIL for sl_collect() to indicate a fatal error. The caller can choose to reconnect if desired.
Add sl_set_protocol() to allow caller specified protocol version.