linklayerprotocols/pppnif/te_ppp/te_vjcomp/config/TCSIM/t_vjsearch_1.tcsim
changeset 0 af10295192d8
child 1 a579325b79dd
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // T_VJSEARCH_1
       
    15 // Input packet has identical source IP address and checksum, but
       
    16 // different destination IP address with one of the existing connection
       
    17 // tcsim input file to generate test data for VJ compression tests.
       
    18 // 
       
    19 //
       
    20 
       
    21 #include "packet.def"
       
    22 #include "ports.tc"
       
    23 
       
    24 dev eth0 100 Mbps {
       
    25     egress {
       
    26     }
       
    27 }
       
    28 
       
    29 // Packet to prime the compressor
       
    30 send TCP_PCK($ip_id=1 $ip_dst=10.0.0.3 $ip_sum=0x66cb $tcp_sport = PORT_FTP_DATA $tcp_dport = 1234 $tcp_ACK=1 $tcp_seq=0 $tcp_sum=0x65ea)
       
    31      0x31
       
    32 
       
    33 // Very similar packet, but not quite enough to reuse the same slot
       
    34 send TCP_PCK($ip_id=2 $ip_dst=10.0.0.2 $ip_sum=0x66cb $tcp_sport = PORT_FTP_DATA $tcp_dport = 1234 $tcp_ACK=1 $tcp_seq=0 $tcp_sum=0x65eb)
       
    35      0x31
       
    36 
       
    37 
       
    38 end