You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rsh/src
Avril f8b6e3a0c6
This bug may make ESock **unusable** in this project entirely. Individual `SerializedMessage` sending/receiving _might_ work reliably since that is based on rigid size communication, but streamed data may be untenable. Any desync in streaming buffers causes complete failure.
3 years ago
..
cap Start sock capabilities 3 years ago
ext ESock tested: Exchange OK, Session OK, Encrypted + Unencrypted reads + writes OK. All works (so far)! :^) 3 years ago
message Removed install of a panic hook in unit test 3 years ago
pipeline Added task cancelling module 3 years ago
sock This bug may make ESock **unusable** in this project entirely. Individual `SerializedMessage` sending/receiving _might_ work reliably since that is based on rigid size communication, but streamed data may be untenable. Any desync in streaming buffers causes complete failure. 3 years ago
bin.rs Added `bin` module for byte slice concat. 3 years ago
cancel.rs Start: Raw socket handling function 3 years ago
cap.rs Start `enc` socket wrapper 3 years ago
main.rs Added `bin` module for byte slice concat. 3 years ago
message.rs Added MAX_BODY_SIZE 3 years ago
pipeline.rs Added task cancelling module 3 years ago
sock.rs Start `enc` socket wrapper 3 years ago