Changeset 8218b6b in mainline for uspace/srv/net/tl/tcp/rqueue.c


Ignore:
Timestamp:
2011-10-26T18:01:22Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7cf7ded
Parents:
2a3214e
Message:

Simulate variable network latency for TCP testing.

File:
1 edited

Legend:

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

    r2a3214e r8218b6b  
    120120        rc = thread_create(tcp_rqueue_thread, NULL, "rqueue", &tid);
    121121        if (rc != EOK) {
    122                 log_msg(LVL_ERROR, "Failde creating rqueue thread.");
     122                log_msg(LVL_ERROR, "Failed creating rqueue thread.");
    123123                return;
    124124        }
Note: See TracChangeset for help on using the changeset viewer.