The wire header format It is strongly discouraged to interact with this header structure, however, it is provided for specific use cases (such as a server rejecting a session, where by definition we don't have a connection object).
Definition: he.h:629
enum he_return_code he_return_code_t
All possible return codes for helium.
he_return_code_t he_internal_update_session_incoming(he_conn_t *conn, he_wire_hdr_t *hdr)
Definition: flow.c:207
he_return_code_t he_conn_inside_packet_received(he_conn_t *conn, uint8_t *packet, size_t length)
Called when the host application needs to deliver an inside packet to Helium.
Definition: flow.c:33
Core internal header file for libhelium.
he_return_code_t he_conn_outside_data_received(he_conn_t *conn, uint8_t *buffer, size_t length)
Called when the host application needs to deliver outside data to be processed by Helium...
Definition: flow.c:234