Skip to content

Commit

Permalink
mptcpd 0.2a: Alpha release
Browse files Browse the repository at this point in the history
This Multipath TCP Daemon alpha release replaces support for the
deprecated MPTCP generic netlink API with the one found in the
multipath-tcp.org 0.95+ kernel (see multipath-tcp/mptcp@4ea5dee), and
has been verified to work with that kernel.

Several actual and potential memory access violations were fixed in
the mptcpd network monitor, path manager, and "sspi" plugin.

The mptcp.service systemd service file now correctly grants the
necessary privilege (CAP_NET_ADMIN) for proper operation of the mptcpd
program.
  • Loading branch information
Ossama Othman authored Jun 11, 2019
1 parent be7220d commit fb65ae4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MOSTLYCLEANFILES = $(DX_CLEANFILES)
EXTRA_DIST = README.md Doxyfile mptcpd.dox LICENSES

README: $(top_srcdir)/README.md
@test -z "$(PANDOC)" || $(PANDOC) --from markdown_github --to plain --output=$@ $<
@test -z "$(PANDOC)" || $(PANDOC) --from gfm --to plain --output=$@ $<

dist-hook: README

Expand Down
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
11 June 2019 - mptcpd 0.2a

- This Multipath TCP Daemon alpha release replaces support for the
deprecated MPTCP generic netlink API with the one found in the
multipath-tcp.org kernel (0.95+), and has been verified to work with
that kernel.

- Several actual and potential memory access violations were fixed in
the mptcpd network monitor, path manager, and "sspi" plugin.

- The mptcp.service systemd service file now correctly grants the
necessary privilege (CAP_NET_ADMIN) for proper operation of the
mptcpd program.

27 March 2019 - mptcpd 0.1a

- This is the initial (alpha) release of the Multipath TCP Daemon
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ versions) without installation.

### Executing an Installed `mptcpd`
#### Without `systemd`
For now, `mptcpd` does not provide a traditional System V "init
`mptcpd` currently does not provide traditional System V "init
scripts". In general the `mptcpd` program may be run directly from
the installed directory, e.g.:

Expand Down Expand Up @@ -243,7 +243,7 @@ systemctl daemon-reload
systemctl start mptcp.service
```

These steps are not be necessary if the system is rebooted after
These steps are not necessary if the system is rebooted after
installation of `mptcpd`.

### Execution of `mptcpd` in the Source Distribution
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

AC_PREREQ([2.69])
AC_INIT([mptcpd],
[0.1a],
[0.2a],
[[email protected]],
[],
[https://01.org/multipath-tcp-linux])
Expand Down

0 comments on commit fb65ae4

Please sign in to comment.