Пример #1
0
int main (void)
{
    setup_test_environment ();

    test_pair_tcp ();
#ifdef ZMQ_BUILD_DRAFT
    test_pair_tcp (set_sockopt_fastpath);
#endif

    return 0;
}
Пример #2
0
void test_pair_tcp_regular ()
{
    test_pair_tcp ();
}
Пример #3
0
void test_pair_tcp_fastpath ()
{
    test_pair_tcp (set_sockopt_fastpath);
}