Home
last modified time | relevance | path

Searched refs:buffer_high (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c91 static u_int buffer_high; /* "Soft" max buffer size. */ variable
296 if (buffer_len(&stdin_buffer) < buffer_high && in wait_until_can_do_something()
551 buffer_high = 4096; in server_loop()
553 buffer_high = 64 * 1024; in server_loop()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c126 static u_int buffer_high; /* Soft max buffer size. */ variable
493 if (buffer_len(&stdout_buffer) < buffer_high && in client_wait_until_can_do_something()
494 buffer_len(&stderr_buffer) < buffer_high && in client_wait_until_can_do_something()
1102 buffer_high = 64 * 1024; in client_loop()