Changeset 2b13801 in network-demos for ttcp/rtems_ttcp.c
- Timestamp:
- 02/10/99 19:56:39 (24 years ago)
- Branches:
- 4.11, 57a009d5b89e72f488ab655184e6a33bb0fe6b7f, netdemos-4-5-branch, network-demos-4-10-branch, network-demos-4-6-branch, network-demos-4-7-branch, network-demos-4-8-branch, network-demos-4-9-branch, rtems-4-5-branch
- Children:
- ce34271
- Parents:
- d681bc2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ttcp/rtems_ttcp.c
rd681bc2 r2b13801 22 22 23 23 #include <stdio.h> 24 #include <string.h> 24 25 #include <ctype.h> 25 26 #include <rtems.h> … … 99 100 rtems_ttcp_exit (int code) 100 101 { 102 rtems_task_wake_after( RTEMS_MILLISECONDS_TO_TICKS(1000) ); 101 103 rtems_bsdnet_show_mbuf_stats (); 102 104 rtems_bsdnet_show_if_stats (); … … 229 231 #define exit(code) close(fd),rtems_ttcp_exit(code) 230 232 #define read_timer rtems_read_timer 233 #undef delay 231 234 232 235 #include "ttcp_orig/ttcp.c"
Note: See TracChangeset
for help on using the changeset viewer.