Mat Martineau

Results 7 comments of Mat Martineau

I see this problem on Fedora 30. It happens with both emacs 26.2 and 26.3.

Here's some further information on the MPTCPv1 problems I encountered with `mptcp_trunk` and the upstream kernel: 1. There's an error in the definition of `MPTCPV1_SUB_LEN_CAPABLE_DATA_CSUM`. It should be `24` not...

@praupadhyaya, is your own MPTCPv1 stack on a big-endian or little-endian system? Also, checksum support was added after kernel v5.13 (now it is in v5.14-rc1), were you using the net-next...

The plan is to address other packet scheduling algorithms with the BPF packet scheduler (#75). Supporting redundant schedulers has been one of the challenges with getting the BPF scheduler fully...

Thanks for the success chart. In the failure graph it's interesting that the segment lengths settle in to three main groups around the 6 second mark until the throughput drops...

Hi @vandit86 - Which kernel version are you running? And what's the output of this command: `sudo sysctl net.mptcp.pm_type`

> The `etc/init.d/mptcpd` script generated by this change is installed even when systemd is detected by the `configure` script. I'm not sure that is desirable. Yeah, that doesn't seem good...