TcpStreamOptions.keepaliveTime

the interval between the last data packet sent (simple ACKs are not considered data) and the first keepalive probe; after the connection is marked to need keepalive, this counter is not used any further

class TcpStreamOptions
int keepaliveTime;

Meta