Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/pkt.c
Parent Directory
| Revision Log
| Patch
| 318 |
// パケットの受信 |
// パケットの受信 |
| 319 |
int amount_read; |
int amount_read; |
| 320 |
|
|
| 321 |
|
// SCPファイル受信処理を一時停止中ならば、recv()をしない。 |
| 322 |
|
if (pvar->recv_suspended) { |
| 323 |
|
// それまでに受信したデータサイズをTera Term側に返す。 |
| 324 |
|
return amount_in_buf; |
| 325 |
|
|
| 326 |
|
} |
| 327 |
|
|
| 328 |
amount_read = recv_data(pvar, READAMOUNT); |
amount_read = recv_data(pvar, READAMOUNT); |
| 329 |
|
|
| 330 |
if (amount_read == SOCKET_ERROR) { |
if (amount_read == SOCKET_ERROR) { |
|
|
Legend:
| Removed from v.10618 |
|
| changed lines |
| |
Added in v.10959 |
|
|
|