Module opcua_core::comms [] [src]

Contains all code related to sending / receiving messages from a transport and turning those messages into and out of chunks.

Modules

chunker
handshake
message_buffer
message_chunk
message_chunk_info
prelude
secure_channel
security_header

Constants

ACKNOWLEDGE_MESSAGE
CHUNK_FINAL
CHUNK_FINAL_ERROR
CHUNK_INTERMEDIATE
CHUNK_MESSAGE
CLOSE_SECURE_CHANNEL_MESSAGE
ERROR_MESSAGE
HELLO_MESSAGE
MAX_CHUNK_COUNT

This is a constraint in the existing implementation for the time being.

MESSAGE_CHUNK_HEADER_SIZE

The size of a chunk header, used by several places

MIN_CHUNK_SIZE

Minimum size in bytes than any single message chunk can be

OPEN_SECURE_CHANNEL_MESSAGE
SEQUENCE_HEADER_SIZE