Skip to content

Implement Keepalive Connection String Options #132

@caleblloyd

Description

@caleblloyd

Keep Alive, Keepalive (default: 0) For TCP connections, idle connection time measured in seconds, before the first keepalive packet is sent. A value of 0 indicates that keepalive is not used.

Should call socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.KeepAlive, value) on TCP Socket if value > 0

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions