net

Contents

Name Description
BUS

Many to many protocol.

PAIR

1 to 1 protocol.

PUB

Publish protocol.

PULL

Pull protocol.

PUSH

Push protocol.

REP

Reply protocol.

REQ

Request protocol.

RESPOND

Respond protocol.

SUB

Subscribe protocol

SURVEY

Survey protocol.

newsocket( )

no short description provided


BUS

When this socket sends messages, it does not receive a copy of the message it just sent.


PAIR


PUB

The first half of the pub/sub protocol.


PULL

The first half of the push/pull protocol.


PUSH

The second half of the push/pull protocol.


REP

The second half of the request/reply protocol.


REQ

The first half of the request/reply protocol.


RESPOND

The second half of the survey/respond protocol.


SUB

The second half of the pub/sub protocol.


SURVEY

The first half of the survey/respond protocol.


newsocket( )

no short description provided

Defined at shared/lua_api/load_net.cpp:609