Expand description
Listen address, INIT identity, and resource limits.
schema here is the OWP protocol version string on INIT, not the UCI
XSD the host compiles. xml_baseline is what needs that XSD.
Structs§
- Settings for one OWP listener.
Constants§
- Seconds with no frame in either direction on an active session before it is closed. Generous, since a subscriber to a low-rate topic is legitimately quiet on the inbound side and the server’s own MSG frames keep it alive.
- Seconds from an accepted WebSocket to a successful INIT before the session is closed. Without it a peer can hold a connection slot forever by connecting and never speaking OWP.
- Concurrent connections accepted before further ones are refused.
- Largest OWP frame accepted from a client, in bytes.
- Subscriptions allowed on one connection.