sdk.lusid.extensions.tcp_keep_alive_connector

Functions

adjust_connection_socket

Adjusts the socket settings so that the client sends a TCP keep alive probe over the connection.

Classes

TCPKeepAliveHTTPConnectionPool

This class overrides the _validate_conn method in the HTTPSConnectionPool class.

TCPKeepAliveHTTPSConnectionPool

This class overrides the _validate_conn method in the HTTPSConnectionPool class.

TcpKeepAliveConnector

Replacement for aiohttp.TCPConnector which sets socket options on each connection.