Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/pkt.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10618 by zmatsuo, Fri Mar 3 15:15:16 2023 UTC revision 10959 by zmatsuo, Sat Oct 7 17:40:26 2023 UTC
# Line 318  int PKT_recv(PTInstVar pvar, char *buf, Line 318  int PKT_recv(PTInstVar pvar, char *buf,
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26