Mercurial > flash_v2
comparison packages/net/tcpip/current/tests/tcp_lo_select.c @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 95f3e12a6327 |
| children | d60da272beeb |
comparison
equal
deleted
inserted
replaced
| 114:5ad2b71d525e | 115:6ed91473a1cd |
|---|---|
| 49 // Network throughput test code | 49 // Network throughput test code |
| 50 | 50 |
| 51 #include <network.h> | 51 #include <network.h> |
| 52 | 52 |
| 53 #include <cyg/infra/testcase.h> | 53 #include <cyg/infra/testcase.h> |
| 54 | |
| 55 #ifndef CYGPKG_LIBC_STDIO | |
| 56 #define perror(s) diag_printf(#s ": %s\n", strerror(errno)) | |
| 57 #endif | |
| 54 | 58 |
| 55 #define SOURCE_PORT1 9990 | 59 #define SOURCE_PORT1 9990 |
| 56 #define SOURCE_PORT2 9991 | 60 #define SOURCE_PORT2 9991 |
| 57 | 61 |
| 58 #define NUM_BUF 1024 | 62 #define NUM_BUF 1024 |
