IRC keepalive pings #65

Open
opened 2024-05-10 09:27:02 +00:00 by nikita · 0 comments
Owner

Client-connections with low traffic should have pings sent by the server to ensure that the connection is alive. A ping should be sent by the server each ping.period milliseconds since the last client message was received. If a client does not respond with a corresponding pong in ping.timeout milliseconds, the connection should be terminated by the server.

ping.period defaults to 5 seconds, ping.timeout defaults to 2 seconds, but both are configurable

Client-connections with low traffic should have pings sent by the server to ensure that the connection is alive. A ping should be sent by the server each `ping.period` milliseconds since the last client message was received. If a client does not respond with a corresponding pong in `ping.timeout` milliseconds, the connection should be terminated by the server. `ping.period` defaults to 5 seconds, `ping.timeout` defaults to 2 seconds, but both are configurable
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lavina/lavina#65
No description provided.