mptcpd 0.12-3 source package in Ubuntu

Changelog

mptcpd (0.12-3) unstable; urgency=medium

  * debian: build-dep: add netbase. (Closes: #1060285)
    - Aurelien Jarno found out that the unit tests can crash when SCTP is
      disabled and netbase is not installed. A fix for the crash in the unit
      tests is available upstream, but it is not needed if netbase has been
      added to the list of dependences. This package will also help displaying a
      better warning message.
  * debian: lintian: fix mptcp.service path.
    - The path can be different depending on the architecture, since 0.12-2. The
      lintian override file was not taking this into consideration.

 -- Matthieu Baerts (NGI0) <email address hidden>  Thu, 11 Jan 2024 14:55:36 +0100

Upload details

Uploaded by:
Matthieu Baerts
Uploaded to:
Sid
Original maintainer:
Matthieu Baerts
Architectures:
linux-any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mptcpd_0.12-3.dsc 2.2 KiB 8a1f023a63488e8eb6e42b90bca1ba68375f79101e27434da478a1ad73bb2bb8
mptcpd_0.12.orig.tar.gz 162.2 KiB 7f4da28194bb7b78c89f2b63a43748168b16e978786670bd56b861e239db9452
mptcpd_0.12-3.debian.tar.xz 6.9 KiB e7c6c95bbfe880af8fcafa21f0c077234cccf6f3bdb5bac701b3f2a03704b18e

Available diffs

No changes file available.

Binary packages built by this source

libmptcpd3: 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.

libmptcpd3-dbgsym: debug symbols for libmptcpd3
libmptcpd3-dev: 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.

libmptcpd3-doc: 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.

libmptcpwrap0: 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.

libmptcpwrap0-dbgsym: debug symbols for libmptcpwrap0
mptcpd: 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.

mptcpd-dbgsym: debug symbols for mptcpd
mptcpd-plugins: 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.

mptcpd-plugins-dbgsym: debug symbols for mptcpd-plugins
mptcpize: 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.

mptcpize-dbgsym: debug symbols for mptcpize