Rev 322 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 322 | Rev 337 | ||
|---|---|---|---|
| Line 430... | Line 430... | ||
| 430 | static int event = 0; |
430 | static int event = 0; |
| 431 | static int ncalls = 0; |
431 | static int ncalls = 0; |
| 432 | static time_t t0, t1; |
432 | static time_t t0, t1; |
| 433 | time(&t0); |
433 | time(&t0); |
| 434 | switch (xType) { |
434 | switch (xType) { |
| - | 435 | case TCP_CONNECT: |
|
| - | 436 | printf("TCP_CONNECT \n"); |
|
| - | 437 | break; |
|
| 435 | case TCP_DISCONNECT: |
438 | case TCP_DISCONNECT: |
| 436 | printf("TCP_DISCONNECT ErrorString %s\n",GetTCPErrorString(errCode)); |
439 | printf("TCP_DISCONNECT ErrorString %s\n",GetTCPErrorString(errCode)); |
| 437 | printf("TCP_DISCONNECT SystemErrorString %s\n",GetTCPSystemErrorString()); |
440 | printf("TCP_DISCONNECT SystemErrorString %s\n",GetTCPSystemErrorString()); |
| 438 | 441 | ||
| 439 | chandle = 0; |
442 | chandle = 0; |