increase resend-buffer size
This commit is contained in:
parent
7c5f42916a
commit
ba9003a88c
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ impl SafeReadWrite {
|
|||
}
|
||||
let mut buf = [0, 0, 0];
|
||||
let mut wait = idn == 0xffff || flush;
|
||||
if self.last_transmitted.len() < 100 {
|
||||
if self.last_transmitted.len() < 256 {
|
||||
self.socket
|
||||
.set_read_timeout(Some(Duration::from_millis(1)))
|
||||
.unwrap();
|
||||
|
|
Loading…
Add table
Reference in a new issue