disable all TCP task to avoid "threading problems"
This commit is contained in:
parent
e0e3a4fd82
commit
b9ae214510
1 changed files with 4 additions and 4 deletions
|
@ -250,13 +250,13 @@ int initd(void* arg)
|
|||
}
|
||||
#endif
|
||||
|
||||
// start echo and ping server
|
||||
echo_init();
|
||||
// start echo, ping and/or netio server
|
||||
//echo_init();
|
||||
//ping_init();
|
||||
netio_init();
|
||||
//netio_init();
|
||||
#endif
|
||||
|
||||
list_root();
|
||||
//list_root();
|
||||
test_init();
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue