Go to file
Anton Tarasenko 978a5c4182 Change UE_RECEIVED_FIELD_SIZE to 2
ue-server is only supposed to receive up to 4095 bytes at once and is
expected to report after reading them, therefore 4 bytes for the amount
of received bytes is excessive and 2 will suffice.
2021-07-23 01:48:42 +07:00
src Change UE_RECEIVED_FIELD_SIZE to 2 2021-07-23 01:48:42 +07:00
.gitignore Initial commit 2020-11-17 13:05:42 +07:00
Cargo.lock Add MessageReader implementation 2021-07-21 03:40:29 +07:00
Cargo.toml Add MessageReader implementation 2021-07-21 03:40:29 +07:00