Changeset a4ee3ab2 in mainline for uspace/srv/net/tl/tcp/test.c


Ignore:
Timestamp:
2011-11-29T22:51:27Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8fcf74f
Parents:
04cd242
Message:

Implement listen, accept, recvfrom.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/test.c

    r04cd242 ra4ee3ab2  
    118118        async_usleep(1000*1000);
    119119
    120         rc = thread_create(test_srv, NULL, "test_srv", &srv_tid);
    121         if (rc != EOK) {
    122                 printf("Failed to create server thread.\n");
    123                 return;
     120        if (0) {
     121                rc = thread_create(test_srv, NULL, "test_srv", &srv_tid);
     122                if (rc != EOK) {
     123                        printf("Failed to create server thread.\n");
     124                        return;
     125                }
    124126        }
    125127
Note: See TracChangeset for help on using the changeset viewer.