Changeset 13995 for trunk/FACT++/dim/src/tcpip.c
- Timestamp:
- 05/31/12 10:03:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/dim/src/tcpip.c
r13339 r13995 1312 1312 ret = WSAGetLastError(); 1313 1313 #endif 1314 /* 1315 if((wrote == -1) && (!tcpip_would_block(ret))) 1316 { 1317 dna_report_error(conn_id, 0, 1318 "Writing (non-blocking) to", DIM_ERROR, DIMTCPWRRTY); 1319 printf("Writing %d, ret = %d\n", size, ret); 1320 } 1321 */ 1314 1322 set_blocking(Net_conns[conn_id].channel); 1315 1323 if(wrote == -1) … … 1327 1335 if( wrote == -1 ) 1328 1336 { 1337 /* 1338 dna_report_error(conn_id, 0, 1339 "Writing to", DIM_ERROR, DIMTCPWRRTY); 1340 */ 1329 1341 return(0); 1330 1342 } … … 1333 1345 else 1334 1346 { 1347 /* 1348 dna_report_error(conn_id, 0, 1349 "Writing (non-blocking) to", DIM_ERROR, DIMTCPWRRTY); 1350 */ 1335 1351 return(0); 1336 1352 }
Note:
See TracChangeset
for help on using the changeset viewer.