Displaying 1 result from an estimated 1 matches for "is_now".
Did you mean:
is_new
2006 Nov 03
0
a strange behavior on a small memory system with tun0
...e=512kb, NoChiper=yes on server and router, not better.
-I tried with openvpn, works fine but i would prefer openssh for my backup solution.
-I changed for testing in channels.c:
debug2("channel %d: rcvd adjust %u", id, adjust); to
debug2("channel %d: rcvd adjust %u is_now: %u", id, adjust, c->remote_window);
debug on router shows:
..
..
..
Nov 3 12:26:51 (none) user.info : debug2: channel 1: rcvd adjust 1049336 is_now: 705152^M
Nov 3 12:26:59 (none) user.info : debug2: channel 1: rcvd adjust 1048663 is_now: 698457^M
Nov 3 12:27:01 (none) user.info : debu...