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

    r2a3214e r8218b6b  
    4343#include "conn.h"
    4444#include "header.h"
     45#include "ncsim.h"
    4546#include "rqueue.h"
    4647#include "segment.h"
     
    219220        tcp_pdu_transmit(data, len);
    220221*/
    221         tcp_rqueue_bounce_seg(sp, seg);
     222        //tcp_rqueue_bounce_seg(sp, seg);
     223        tcp_ncsim_bounce_seg(sp, seg);
    222224}
    223225
Note: See TracChangeset for help on using the changeset viewer.