Changeset 5a6cc679 in mainline for uspace/srv/net/tcp/test.c
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/test.c
r132ab5d1 r5a6cc679 47 47 #define RCV_BUF_SIZE 64 48 48 49 static int test_srv(void *arg)49 static errno_t test_srv(void *arg) 50 50 { 51 51 tcp_conn_t *conn; … … 91 91 } 92 92 93 static int test_cli(void *arg)93 static errno_t test_cli(void *arg) 94 94 { 95 95 tcp_conn_t *conn;
Note:
See TracChangeset
for help on using the changeset viewer.