OpenSearch/test/framework
Tim Brooks c305f9dc03
Make keepalive pings bidirectional and optimizable (#35441)
This is related to #34405 and a follow-up to #34753. It makes a number
of changes to our current keepalive pings.

The ping interval configuration is moved to the ConnectionProfile.

The server channel now responds to pings. This makes the keepalive
pings bidirectional.

On the client-side, the pings can now be optimized away. What this
means is that if the channel has received a message or sent a message
since the last pinging round, the ping is not sent for this round.
2018-11-29 08:55:53 -07:00
..
src Make keepalive pings bidirectional and optimizable (#35441) 2018-11-29 08:55:53 -07:00
build.gradle Introduce build qualifier parameter (#35155) 2018-11-02 05:27:40 +02:00