Changeset 631ee0c in mainline
- Timestamp:
- 2010-12-25T21:29:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0349a10
- Parents:
- 973ef9fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/netecho/netecho.c
r973ef9fc r631ee0c 32 32 33 33 /** @file 34 * Network echo application. 35 * Answers received packets. 34 * Network echo server. 35 * 36 * Sockets-based server that echoes incomming messages. If stream mode 37 * is selected, accepts incoming connections. 36 38 */ 37 39 … … 50 52 #include "print_error.h" 51 53 52 /** Network echo module name. */ 53 #define NAME "Network Echo" 54 #define NAME "netecho" 54 55 55 56 static void echo_print_help(void) 56 57 { 57 58 printf( 58 "Network Echo aplication\n" \59 "Usage: echo[options]\n" \59 "Network echo server\n" \ 60 "Usage: " NAME " [options]\n" \ 60 61 "Where options are:\n" \ 61 62 "-b backlog | --backlog=size\n" \
Note:
See TracChangeset
for help on using the changeset viewer.