Refactor the stream sender

This commit is contained in:
NI
2019-09-19 15:04:20 +08:00
parent 2736a3db9d
commit 2d47cd004c
6 changed files with 309 additions and 123 deletions

View File

@@ -187,7 +187,6 @@ class Dial {
throw e;
}
},
15,
4096 - 64 // Server has a 4096 bytes receive buffer, can be no greater
);