-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.oppfeatures
More file actions
66 lines (66 loc) · 2.25 KB
/
.oppfeatures
File metadata and controls
66 lines (66 loc) · 2.25 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<features cppSourceRoots = "src" definesFile = "src/inetgpl/features.h">
<feature
id = "HttpTools"
name = "HttpTools"
description = "Components for web traffic simulation.
This is a port of Kristjan Jonsson's HttpTools,
see http://code.google.com/p/omnet-httptools/."
initiallyEnabled = "true"
requires = ""
labels = "application http web"
nedPackages = "
inetgpl.applications.httptools
inetgpl.node.httptools
"
extraSourceFolders = ""
compileFlags = ""
linkerFlags = ""
/>
<feature
id = "HttpToolsExamples"
name = "HttpTools examples"
description = "HttpTools examples."
initiallyEnabled = "true"
requires = ""
labels = "http web www"
nedPackages = "
inetgpl.examples.httptools
"
extraSourceFolders = ""
compileFlags = ""
linkerFlags = ""
/>
<feature
id = "TcpNsc"
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 = ""
labels = ""
nedPackages = "
inetgpl.transportlayer.tcp_nsc
"
extraSourceFolders = ""
compileFlags = "-DINET_WITH_TCP_NSC"
linkerFlags = ""
/>
<feature
id = "PacketDrill"
name = "PacketDrill testing"
description = "PacketDrill testing application."
initiallyEnabled = "true"
requires = ""
labels = ""
nedPackages = "
inetgpl.applications.packetdrill
inetgpl.node.packetdrill
"
extraSourceFolders = ""
compileFlags = "-DINET_WITH_PACKETDRILL"
linkerFlags = ""
/>
</features>