mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 03:08:27 +08:00
moninj: use smaller network buffer
This commit is contained in:
parent
88bf7d2233
commit
7481eaff52
@ -225,7 +225,7 @@ fn connection_worker(io: &Io, mut stream: &mut TcpStream) -> io::Result<()> {
|
||||
}
|
||||
|
||||
pub fn thread(io: Io) {
|
||||
let listener = TcpListener::new(&io, 65535);
|
||||
let listener = TcpListener::new(&io, 2047);
|
||||
listener.listen(1383).expect("moninj: cannot listen");
|
||||
|
||||
loop {
|
||||
|
Loading…
Reference in New Issue
Block a user