Changeset 8218b6b in mainline for uspace/srv/net/tl/tcp/tcp.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/tcp.c

    r2a3214e r8218b6b  
    4141#include <task.h>
    4242
     43#include "ncsim.h"
    4344#include "rqueue.h"
    4445#include "test.h"
     
    6465        tcp_rqueue_thread_start();
    6566
     67        tcp_ncsim_init();
     68        tcp_ncsim_thread_start();
     69
    6670        tcp_test();
    6771
Note: See TracChangeset for help on using the changeset viewer.