src/internet/model/tcp-tx-buffer.cc
changeset 9063 32755d0516f4
parent 7256 b04ba6772f8c
child 10968 2d29fee2b7b8
equal deleted inserted replaced
9062:d14e2430213d 9063:32755d0516f4
    18  * Author: Adrian Sai-wah Tam <adrian.sw.tam@gmail.com>
    18  * Author: Adrian Sai-wah Tam <adrian.sw.tam@gmail.com>
    19  */
    19  */
    20 
    20 
    21 #include <iostream>
    21 #include <iostream>
    22 #include <algorithm>
    22 #include <algorithm>
    23 #include <string.h>
    23 #include <cstring>
       
    24 
    24 #include "ns3/packet.h"
    25 #include "ns3/packet.h"
    25 #include "ns3/fatal-error.h"
    26 #include "ns3/fatal-error.h"
    26 #include "ns3/log.h"
    27 #include "ns3/log.h"
       
    28 
    27 #include "tcp-tx-buffer.h"
    29 #include "tcp-tx-buffer.h"
    28 
    30 
    29 NS_LOG_COMPONENT_DEFINE ("TcpTxBuffer");
    31 NS_LOG_COMPONENT_DEFINE ("TcpTxBuffer");
    30 
    32 
    31 namespace ns3 {
    33 namespace ns3 {