Changes in uspace/srv/net/tcp/tcp.c [88a6819:06a1d077] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/tcp.c
r88a6819 r06a1d077 180 180 181 181 tcp_rqueue_init(); 182 tcp_rqueue_ fibril_start();182 tcp_rqueue_thread_start(); 183 183 184 184 tcp_ncsim_init(); 185 tcp_ncsim_ fibril_start();185 tcp_ncsim_thread_start(); 186 186 187 187 if (0) tcp_test();
Note:
See TracChangeset
for help on using the changeset viewer.