tcp: option headers are now public
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "ns3/core-module.h"
|
||||
#include "ns3/tcp-header.h"
|
||||
#include "ns3/buffer.h"
|
||||
#include "ns3/private/tcp-option-rfc793.h"
|
||||
#include "ns3/tcp-option-rfc793.h"
|
||||
|
||||
using namespace ns3;
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
#include "ns3/test.h"
|
||||
#include "ns3/core-module.h"
|
||||
#include "ns3/tcp-option.h"
|
||||
#include "ns3/private/tcp-option-winscale.h"
|
||||
#include "ns3/private/tcp-option-ts.h"
|
||||
#include "ns3/tcp-option-winscale.h"
|
||||
#include "ns3/tcp-option-ts.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "tcp-general-test.h"
|
||||
#include "ns3/node.h"
|
||||
#include "ns3/log.h"
|
||||
#include "ns3/private/tcp-option-ts.h"
|
||||
#include "ns3/tcp-option-ts.h"
|
||||
|
||||
using namespace ns3;
|
||||
|
||||
|
||||
@@ -280,9 +280,6 @@ def build(bld):
|
||||
privateheaders = bld(features='ns3privateheader')
|
||||
privateheaders.module = 'internet'
|
||||
privateheaders.source = [
|
||||
'model/tcp-option-winscale.h',
|
||||
'model/tcp-option-ts.h',
|
||||
'model/tcp-option-rfc793.h',
|
||||
]
|
||||
headers = bld(features='ns3header')
|
||||
headers.module = 'internet'
|
||||
@@ -290,6 +287,9 @@ def build(bld):
|
||||
'model/udp-header.h',
|
||||
'model/tcp-header.h',
|
||||
'model/tcp-option.h',
|
||||
'model/tcp-option-winscale.h',
|
||||
'model/tcp-option-ts.h',
|
||||
'model/tcp-option-rfc793.h',
|
||||
'model/icmpv4.h',
|
||||
'model/icmpv6-header.h',
|
||||
# used by routing
|
||||
|
||||
Reference in New Issue
Block a user