Date: Thu, 07 Jun 2018 12:05:26 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 228802] net/mpd5 throughput issue Message-ID: <bug-228802-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228802 Bug ID: 228802 Summary: net/mpd5 throughput issue Product: Ports & Packages Version: Latest Hardware: arm64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: eugen@freebsd.org Reporter: hlh@restart.be Flags: maintainer-feedback?(eugen@freebsd.org) Assignee: eugen@freebsd.org Created attachment 194064 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D194064&action= =3Dedit The patch agains 12.0-CURRENT r320599 Under FreeBSD norquay.restart.bel 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r320= 599M with the patches attached I am running mpd5 to connect to the internet: mpd.conf: #--- RestartSoft --- ADSL with PPPoE --- startup: # enable TCP-Wrapper (hosts_access(5)) to block unfriendly clients set global enable tcp-wrapper set user hlh guru admin # configure the console set console self 0.0.0.0 5005 set console open # configure the web interface set web self 0.0.0.0 5006 set web open default: load scarlet scarlet: create bundle static B0 set bundle enable compression # Configure IP addressing -- we get both endpoint assignments from peer. set ipcp ranges 0.0.0.0/0 0.0.0.0/0 set ipcp yes vjcomp # Configure the interface: default route, idle timeout. set iface route default set iface enable tcpmssfix set iface disable on-demand set iface idle 0 set iface up-script /usr/local/etc/mpd5/adsl.linkup set iface down-script /usr/local/etc/mpd5/adsl.linkdown # Configure the (only) link. We expect to be authenticated by peer. create link static L0 pppoe set link action bundle B0 set auth authname "hh364660@SCARLET" set link max-redial 0 set link mtu 1492 set link keep-alive 10 60 set link no acfcomp protocomp set link disable chap pap set link accept chap set pppoe iface awg0 # set pppoe service "SCARLET" open I have a throughput of 2.3 MB/s The same configuration without any patch under=20 FreeBSD 12.0-CURRENT #0 r334436 I have a throughput of 10KB/s :-o Any clue? Thanks Henri --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228802-7788>