Changeset b7fd2a0 in mainline for uspace/srv/net/tcp/test.c
- Timestamp:
- 2018-01-13T03:10:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/test.c
r36f0738 rb7fd2a0 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.