sdk.tests.tcp.test_tcp_keep_alives.MockSocket

class MockSocket[source]

Bases: object

Mocks an SSL socket that is missing an .ioctl or .setsockopts method.

No need to initialise anything here as it is an empty class which is missing a .ioctl and .setsockopts method

Methods