disable all TCP task to avoid "threading problems"

This commit is contained in:
Stefan Lankes 2011-09-17 15:23:03 +02:00
parent e0e3a4fd82
commit b9ae214510

View file

@ -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;