Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 6778 |
// ディスパッチルーチンの再設定 |
// ディスパッチルーチンの再設定 |
| 6779 |
do_SSH2_dispatch_setup_for_transfer(pvar); |
do_SSH2_dispatch_setup_for_transfer(pvar); |
| 6780 |
|
|
| 6781 |
if (!pvar->nosession) { |
if (pvar->nosession) { |
| 6782 |
|
// start forwarding |
| 6783 |
|
FWD_prep_forwarding(pvar); |
| 6784 |
|
FWD_enter_interactive_mode(pvar); |
| 6785 |
|
} |
| 6786 |
|
else { |
| 6787 |
// チャネル設定 |
// チャネル設定 |
| 6788 |
// FWD_prep_forwarding()でshell IDを使うので、先に設定を持ってくる。(2005.7.3 yutaka) |
// FWD_prep_forwarding()でshell IDを使うので、先に設定を持ってくる。(2005.7.3 yutaka) |
| 6789 |
// changed window size from 64KB to 32KB. (2006.3.6 yutaka) |
// changed window size from 64KB to 32KB. (2006.3.6 yutaka) |
|
|
Legend:
| Removed from v.7363 |
|
| changed lines |
| |
Added in v.7365 |
|
|
|