Possible to add an option to keep idle TCP Stream and Telnet connections alive? #150
insanity213
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to have the ability to keep a telnet or raw socket connection alive while idle and connecting through an overbearing firewall. I have the programming skills of a rock, but am thinking I could add a no-op socket write somewhere in zstream.ino? But I guess it would send the no-op every cycle and that would be a bit much. Sending every 10 or 30 seconds would probably be better. Any thoughts on the best way to do this?
Beta Was this translation helpful? Give feedback.
All reactions