-
Notifications
You must be signed in to change notification settings - Fork 1
/
.oppfeatures
46 lines (46 loc) · 1.46 KB
/
.oppfeatures
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<features cppSourceRoots="src">
<feature
id="TCP_common"
name="TCP Common"
description = "The common part of TCP implementations"
initiallyEnabled = "true"
requires = ""
labels = ""
nedPackages = ""
extraSourceFolders = ""
compileFlags = "-DWITH_TCP_COMMON"
linkerFlags = ""
/>
<feature
id="TCP_NSC"
name="TCP (NSC)"
description = "TCP module based on Sam Jensen's Network Simulation Cradle
(NSC, http://www.wand.net.nz/~stj2/nsc) that wraps real
OS stacks: Linux, FreeBSD, OpenBSD and lwIP.
NSC must be downloaded and installed separately; read
inet/3rdparty/README for more information."
initiallyEnabled = "false"
requires = "TCP_common"
labels = ""
nedPackages = ""
extraSourceFolders = ""
compileFlags = "-DHAVE_NSC -DWITH_TCP_NSC"
linkerFlags = ""
/>
<feature
id="TCP_NSC_Sysctl"
name="TCP (NSC_Sysctl)"
description = "Sysctl support for TCP_NSC"
initiallyEnabled = "false"
requires = "
TCP_NSC
"
labels = ""
nedPackages = "
libncs_omnet.NSC
"
extraSourceFolders = ""
compileFlags = "-DWITH_TCP_NSC_SYSCTL"
linkerFlags = ""
/>
</features>