Mercurial > ecos
comparison packages/net/tcpip/current/tests/ping_test.c @ 110:84e4bde58b26 ecos-sw-2000-07-14
Merge from eCos master repository on 2000-07-14-22:00:02-BST
| author | jlarmour |
|---|---|
| date | Mon, 17 Jul 2000 14:42:27 +0000 |
| parents | 5a0cc6c243a9 |
| children | 02ea4320376c |
comparison
equal
deleted
inserted
replaced
| 109:5720c4b6e1d2 | 110:84e4bde58b26 |
|---|---|
| 85 # define TNR_PRINT_ACTIVITY() | 85 # define TNR_PRINT_ACTIVITY() |
| 86 #endif | 86 #endif |
| 87 | 87 |
| 88 | 88 |
| 89 | 89 |
| 90 #define STACK_SIZE CYGNUM_HAL_STACK_SIZE_TYPICAL | 90 #define STACK_SIZE (CYGNUM_HAL_STACK_SIZE_TYPICAL + 0x1000) |
| 91 static char stack[STACK_SIZE]; | 91 static char stack[STACK_SIZE]; |
| 92 static cyg_thread thread_data; | 92 static cyg_thread thread_data; |
| 93 static cyg_handle_t thread_handle; | 93 static cyg_handle_t thread_handle; |
| 94 | 94 |
| 95 #define NUM_PINGS 16 | 95 #define NUM_PINGS 16 |
