Module: CZTop::Socket::Types

Defined in:
lib/cztop/socket/types.rb

Overview

Socket types. Each constant in this namespace holds the type code used

for the zsock_new() function.

Constant Summary collapse

PAIR =
0
PUB =
1
SUB =
2
REQ =
3
REP =
4
DEALER =
5
ROUTER =
6
PULL =
7
PUSH =
8
XPUB =
9
XSUB =
10
STREAM =
11
SERVER =
12
CLIENT =
13
RADIO =
14
DISH =
15
GATHER =
16
SCATTER =
17