File: control

package info (click to toggle)
mptcpd 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,296 kB
  • sloc: ansic: 9,376; makefile: 467; sh: 190; cpp: 61
file content (188 lines) | stat: -rw-r--r-- 6,735 bytes parent folder | download
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
Source: mptcpd
Section: net
Priority: optional
Maintainer: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
 autoconf-archive,
 debhelper-compat (= 13),
 doxygen,
 graphviz,
 libell-dev,
 netbase,
 pkgconf,
 procps,
 sudo,
 systemd-dev,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/mptcpd.git
Vcs-Browser: https://salsa.debian.org/debian/mptcpd
Homepage: https://github.com/multipath-tcp/mptcpd
Rules-Requires-Root: no

Package: mptcpd
Architecture: linux-any
Multi-Arch: foreign
Depends:
 libmptcpd3 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 mptcpd-plugins (= ${binary:Version}),
 mptcpize,
Description: Multipath TCP Daemon
 The Multipath TCP Daemon - mptcpd - is a daemon for Linux based
 operating systems that performs Multipath TCP path management related
 operations in the user space.
 .
 It interacts with the Linux kernel through a generic Netlink
 connection to track per-connection information (e.g. available remote
 addresses), available network interfaces, request new MPTCP subflows,
 handle requests for subflows, etc.
 .
 By default, this daemon will load the 'addr_adv' plugin from the
 'mptcpd-plugins' package, which will add MPTCP endpoints with the
 'subflow' flag ("client" mode) for the default in-kernel path-manager.
 Note that this is something NetworkManager does by default. Having
 several daemons configuring the MPTCP endpoints at the same time
 should be avoided. This daemon is usually recommended when
 NetworkManager is not available, or when advanced per-connection path
 management is needed, using the userspace path-manager and a
 custom-made made plugin using the C API.

Package: libmptcpd3
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: Multipath TCP Daemon Library
 The Multipath TCP Daemon Library is a library to build plugins for the
 mptcpd, short for Multipath TCP Daemon. This library can be used to
 perform Multipath TCP path management related operations in the user
 space.
 .
 The daemon interacts with the Linux kernel through a generic Netlink
 connection to track per-connection information (e.g. available remote
 addresses), available network interfaces, request new MPTCP subflows,
 handle requests for subflows, etc. The plugin can react on events and
 requests path management related operations to create subflows,
 advertise addresses, etc.

Package: libmptcpd3-dev
Architecture: linux-any
Section: libdevel
Provides:
 libmptcpd-dev,
Depends:
 libmptcpd3 (= ${binary:Version}),
 ${misc:Depends},
Suggests:
 libell-dev,
 libmptcpd3-doc,
 pkgconf,
Multi-Arch: same
Description: Multipath TCP Daemon Library - Development files
 The Multipath TCP Daemon Library is a library to build plugins for the
 mptcpd, short for Multipath TCP Daemon. This library can be used to
 perform Multipath TCP path management related operations in the user
 space.
 .
 The daemon interacts with the Linux kernel through a generic Netlink
 connection to track per-connection information (e.g. available remote
 addresses), available network interfaces, request new MPTCP subflows,
 handle requests for subflows, etc. The plugin can react on events and
 requests path management related operations to create subflows,
 advertise addresses, etc.
 .
 This package provides the development files (ie. includes, static library)
 that allows one to build software or mptcpd plugins which uses libmptcpd3.

Package: libmptcpd3-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: Multipath TCP Daemon Library - documentation
 The Multipath TCP Daemon Library is a library to build plugins for the
 mptcpd, short for Multipath TCP Daemon. This library can be used to
 perform Multipath TCP path management related operations in the user
 space.
 .
 The daemon interacts with the Linux kernel through a generic Netlink
 connection to track per-connection information (e.g. available remote
 addresses), available network interfaces, request new MPTCP subflows,
 handle requests for subflows, etc. Plugins can react on events and
 requests path management related operations to create subflows,
 advertise addresses, etc.
 .
 This package provides documentation files describing how to use libmptcpd3.

Package: mptcpd-plugins
Architecture: linux-any
Multi-Arch: foreign
Depends:
 libmptcpd3 (= ${binary:Version}),
 mptcpd (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Multipath TCP Daemon Plug-ins
 The Multipath TCP Daemon Plug-ins package is a collection of plugins for
 mptcpd, short for Multipath TCP Daemon. These plugins can be used to
 perform Multipath TCP path management related operations in the user
 space.
 .
 The daemon interacts with the Linux kernel through a generic Netlink
 connection to track per-connection information (e.g. available remote
 addresses), available network interfaces, request new MPTCP subflows,
 handle requests for subflows, etc. Plugins can react on events and
 requests path management related operations to create subflows,
 advertise addresses, etc.

Package: mptcpize
Architecture: linux-any
Multi-Arch: foreign
Depends:
 libmptcpwrap0 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 iproute2,
 mptcpd,
 procps,
Description: Multipath TCP Converter
 The Multipath TCP Converter tool - mptcpize - helps to enable MPTCP usage
 on unmodified legacy services. It can run programs forcing MPTCP socket
 usage instead of TCP. It can also update systemd units to force them to
 run under mptcpize launcher.
 .
 To use MPTCP on a Linux kernel, it is required to explicitly create an
 MPTCP socket. In theory, it is then needed to modify an existing program
 to benefit from MPTCP. In practice, 'socket()' syscall can be modified
 to create an MPTCP socket instead of TCP. This is done with the help of
 libmptcpwrap and LD_PRELOAD.

Package: libmptcpwrap0
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: Multipath TCP Converter Library
 The Multipath TCP Converter Library - libmptcpwrap - helps to enable MPTCP
 usage on unmodified legacy services. This library can be used with
 LD_PRELOAD to force MPTCP socket usage instead of TCP.
 .
 To use MPTCP on a Linux kernel, it is required to explicitly create an
 MPTCP socket. In theory, it is then needed to modify an existing program
 to benefit from MPTCP. In practice, 'socket()' syscall can be modified
 to create an MPTCP socket instead of TCP. This is done with the help of
 this lib and LD_PRELOAD.