Changes in uspace/srv/net/tcp/test.c [2f19103:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/test.c
r2f19103 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.