bityard Blog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
2012:06:08:sap_gateway_firewalls_and_tcp_keepalives [2012/06/09 13:18] Frank Fegert2012:06:08:sap_gateway_firewalls_and_tcp_keepalives [2012/06/10 13:13] (current) Frank Fegert
Line 41: Line 41:
 (0)> (0)>
 </cli> The filtered output shows: </cli> The filtered output shows:
-  * a ''KEEPALIVE'' flag in the ''opts'' line, indicating that the socket option SO_KEEPALIVE is set for this connection and keepalive packets will be sent. < +    * a ''KEEPALIVE'' flag in the ''opts'' line, indicating that the socket option SO_KEEPALIVE is set for this connection and keepalive packets will be sent. < 
-  * a hex value of 0000021B in the ''t_timer'' line, representing the time in half-seconds that is left before the next keepalive packet is sent. In this example the next keepalive packet will be sent in 269.5 seconds (21B hex half-seconds == 539 decimal half-seconds == 269.5 decimal seconds). <+    * a hex value of 0000021B in the ''t_timer'' line, representing the time in half-seconds that is left before the next keepalive packet is sent. In this example the next keepalive packet will be sent in 269.5 seconds (21B hex half-seconds == 539 decimal half-seconds == 269.5 decimal seconds). <
 < <