I am using libwebsocket as client to communicate with socketIO. I want to keep my connection alive by sending ping packet. I know during protocol negotiation we get ping interval and ping timeout. But I am failing to find it in libwebsocket context.
Asked
Active
Viewed 1,151 times
1
-
How is ICMP is going to help you implement a keep alive? – Elliott Frisch Mar 13 '15 at 04:39
-
you are confusing ICMP ping packet with ping-pong mechanism in websocket – axay Mar 13 '15 at 04:57
-
Probably. Can we see some code? – Elliott Frisch Mar 13 '15 at 04:58
-
Welcome to Stackoverflow. I removed the chit-chat from your question (read [help→tour](http://stackoverflow.com/tour)) we don't want people to have to wade through non-essentials on every question. Code, available output, expected output and/or error message should be included by editing your question. – Anthon Mar 13 '15 at 05:02