Changes between Initial Version and Version 1 of Ticket #1739
- Timestamp:
- Mar 4, 2014 2:15:22 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1739
- Property Summary changed from Callback to process TCP/TLS keep-alive "pong" response to Info of last receive timestamp and data size in TCP/TLS
-
Ticket #1739 – Description
initial v1 1 1 PJSIP periodically transmit "ping" packet with TCP/TLS, and relies on socket failure to detect failed connection with the server. However it has been reported that some firewall doesn't forward data to PJSIP, but at the same time it also doesn't terminate the connection. 2 2 3 Some applications want to be able to process the "pong" responsein order to determine if the connection is still good.3 Some applications want to be able to monitor incoming packet statistics in order to determine if the connection is still good. 4 4 5 5 Thank you Johan Lantz for the suggestion.