[Bug 228802] net/mpd5 throughput issue

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 7 12:06:03 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228802

            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 at freebsd.org
          Reporter: hlh at restart.be
             Flags: maintainer-feedback?(eugen at freebsd.org)
          Assignee: eugen at freebsd.org

Created attachment 194064
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=194064&action=edit
The patch agains 12.0-CURRENT r320599

Under FreeBSD norquay.restart.bel 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r320599M
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 at 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 
FreeBSD 12.0-CURRENT #0 r334436

I have a throughput of 10KB/s :-o

Any clue?

Thanks
Henri

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list