Check if the internal socket is equal to s. Use only in tests.

Synopsis

Declared in <util/sock.h>

bool
operator==(SOCKET s) const;

Return Value

true if the internal socket equals s, false otherwise.

Parameters

Name

Description

s

The raw socket descriptor to compare against.

Created with MrDocs