mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
buf size
This commit is contained in:
parent
eb2a956362
commit
2cd662ac6f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use crate::codec::{AsyncRead, AsyncWrite};
|
||||||
use crate::framed::State;
|
use crate::framed::State;
|
||||||
|
|
||||||
const LW: usize = 1024;
|
const LW: usize = 1024;
|
||||||
const HW: usize = 8 * 1024;
|
const HW: usize = 128 * 1024;
|
||||||
|
|
||||||
/// Read io task
|
/// Read io task
|
||||||
pub struct ReadTask<T>
|
pub struct ReadTask<T>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue