protocolError constant

int const protocolError

Alias for EPROTO from errno.h in Darwin. "Protocol error" error.

Implementation

static const int protocolError = eproto;