locka99 / opcua

A client and server implementation of the OPC UA specification written in Rust
Mozilla Public License 2.0
476 stars 129 forks source link

Enforce chunk limits and abort when exceeded #211

Closed locka99 closed 2 years ago

locka99 commented 2 years ago

Ensure that a server / client enforces chunk limits and will cause the connection to be aborted if the number of chunks exceeds those negotiated during connection.

locka99 commented 2 years ago

Also requires an integration test for the same if possible