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 10959 by zmatsuo, Sat Oct 7 17:40:26 2023 UTC revision 10962 by zmatsuo, Sun Oct 8 06:17:15 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    
                         // SCPファイル受信処理を一時停止中ならば、recv()をしない。  
                         if (pvar->recv_suspended) {  
                                 // それまでに受信したデータサイズをTera Term側に返す。  
                                 return amount_in_buf;  
   
                         }  
   
321                          amount_read = recv_data(pvar, READAMOUNT);                          amount_read = recv_data(pvar, READAMOUNT);
322    
323                          if (amount_read == SOCKET_ERROR) {                          if (amount_read == SOCKET_ERROR) {

Legend:
Removed from v.10959  
changed lines
  Added in v.10962

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