Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 7707 |
data += 4; |
data += 4; |
| 7708 |
|
|
| 7709 |
c->remote_id = remote_id; |
c->remote_id = remote_id; |
| 7710 |
pvar->session_nego_status = 1; |
if (c->self_id == pvar->shell_id) { |
| 7711 |
|
// 最初のチャネル以外でリセットしてはいけない (2008.12.19 maya) |
| 7712 |
|
pvar->session_nego_status = 1; |
| 7713 |
|
} |
| 7714 |
|
|
| 7715 |
// remote window size |
// remote window size |
| 7716 |
c->remote_window = get_uint32_MSBfirst(data); |
c->remote_window = get_uint32_MSBfirst(data); |
|
|
Legend:
| Removed from v.3191 |
|
| changed lines |
| |
Added in v.3192 |
|
|
|