You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sayan Nandan d3387b68d0
Fix erratic packet delivery times with `BufWriter`
The data was being delievered in different batches, which
caused problems. This commit replaces the current stream
writer with a buffered writer ensuring good delivery.

Signed-off-by: Sayan Nandan <nandansayan@outlook.com>
4 years ago
..
native Update license headers 4 years ago
src Fix erratic packet delivery times with `BufWriter` 4 years ago
Cargo.toml Use `read_again()` to read from the `SslStream` 4 years ago