Ejemplo n.º 1
0
static void test_server_listen(TestServer *server)
{
    test_server_create_chr(server, ",server,nowait");
}
Ejemplo n.º 2
0
static inline void test_server_connect(TestServer *server)
{
    test_server_create_chr(server, ",reconnect=1");
}