coolsnowwolf / lede

Lean's LEDE source
Other
29.57k stars 19.51k forks source link

刚编译的固件,发现新版本的,局域网传输ftp写入只有30多兆,读取只有40多兆,是怎么回事呢? #2522

Closed xinpenghan closed 4 years ago

xinpenghan commented 4 years ago

刚编译的固件,发现新版本的,局域网传输ftp写入只有30多兆,读取只有40多兆,是怎么回事呢?

固件编译里是下面这些,排除网线和交换机都没问题的,路由器使用的机械硬盘正常读写都是100+,电脑硬盘是ssd,读写500+,是否是下面的插件有冲突?之前发现安装bandwidthd,对局域网传输有损失,大概减少10mb/s

      # 多文件系统支持:
      cat >> .config <<EOF
      CONFIG_PACKAGE_kmod-fs-nfs=y
      CONFIG_PACKAGE_kmod-fs-nfs-common=y
      CONFIG_PACKAGE_kmod-fs-nfs-v3=y
      CONFIG_PACKAGE_kmod-fs-nfs-v4=y
      CONFIG_PACKAGE_kmod-fs-ntfs=y
      CONFIG_PACKAGE_kmod-fs-squashfs=y
      CONFIG_PACKAGE_kmod-fs-cifs=y
      CONFIG_PACKAGE_kmod-nls-utf8=y
      CONFIG_PACKAGE_kmod-nls-base=y
      CONFIG_PACKAGE_kmod-crypto-hmac=y
      CONFIG_PACKAGE_kmod-crypto-md5=y
      CONFIG_PACKAGE_kmod-crypto-misc=y
      CONFIG_PACKAGE_kmod-fs-ext4=y
      CONFIG_PACKAGE_kmod-fs-vfat=y
      EOF

      # USB3.0支持:
      cat >> .config <<EOF
      CONFIG_PACKAGE_kmod-usb-ohci=y
      CONFIG_PACKAGE_kmod-usb-ohci-pci=y
      CONFIG_PACKAGE_kmod-usb2=y
      CONFIG_PACKAGE_kmod-usb2-pci=y
      CONFIG_PACKAGE_kmod-usb3=y
      CONFIG_PACKAGE_kmod-usb-storage=y
      CONFIG_PACKAGE_kmod-usb-storage-extras=y
      CONFIG_PACKAGE_kmod-usb-storage-uas=y
      CONFIG_PACKAGE_kmod-usb-uhci=y
      CONFIG_PACKAGE_kmod-scsi-generic=y
      CONFIG_PACKAGE_kmod-scsi-core=y
      EOF

      # 常用LuCI插件选择:
      cat >> .config <<EOF
      CONFIG_PACKAGE_luci-app-adbyby-plus=y
      CONFIG_PACKAGE_luci-app-frpc=y
      CONFIG_PACKAGE_luci-app-hd-idle=y
      CONFIG_PACKAGE_luci-app-sqm=y
      CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Kcptun=y
      CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks=y
      CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Server=y
      CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Socks=y
      CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_V2ray=y
      CONFIG_PACKAGE_luci-app-filetransfer=y
      CONFIG_PACKAGE_luci-app-v2ray-server=y
      CONFIG_PACKAGE_luci-app-vsftpd=y
      CONFIG_PACKAGE_luci-app-usb-printer=y
      CONFIG_PACKAGE_luci-app-wol=y
      CONFIG_PACKAGE_luci-app-sfe=y
      CONFIG_PACKAGE_luci-app-vlmcsd=y
      CONFIG_PACKAGE_luci-app-syncdial=y
      CONFIG_PACKAGE_luci-app-samba=y
      CONFIG_PACKAGE_luci-app-mwan3=y
      CONFIG_PACKAGE_luci-app-n2n_v2=y
      CONFIG_PACKAGE_luci-app-qos=y
      CONFIG_PACKAGE_luci-app-ramfree=y
      CONFIG_PACKAGE_luci-app-zerotier=y
      CONFIG_PACKAGE_luci-app-nlbwmon=y
      CONFIG_PACKAGE_luci-app-autoreboot=y
      CONFIG_PACKAGE_luci-app-accesscontrol=y
      CONFIG_PACKAGE_luci-app-netdata=y
      CONFIG_PACKAGE_luci-app-smartdns=y
      # CONFIG_PACKAGE_luci-app-ipsec-vpnd is not set
      # CONFIG_PACKAGE_luci-app-pptp-server is not set
      # CONFIG_PACKAGE_luci-app-qbittorrent is not set
      # CONFIG_PACKAGE_luci-app-xlnetacc is not set
      # CONFIG_PACKAGE_luci-app-dnscrypt-proxy is not set
      # CONFIG_PACKAGE_libustream-openssl is not set
      # CONFIG_PACKAGE_luci-app-wrtbwmon is not set
      # CONFIG_PACKAGE_luci-app-unblockmusic is not set
      EOF

      # 常用软件包:
      cat >> .config <<EOF
      CONFIG_PACKAGE_curl=y
      CONFIG_PACKAGE_htop=y
      CONFIG_PACKAGE_nano=y
      CONFIG_PACKAGE_screen=y
      CONFIG_PACKAGE_tree=y
      CONFIG_PACKAGE_vim-fuller=y
      CONFIG_PACKAGE_wget=y
xinpenghan commented 4 years ago

备注一下,自己已解决,关闭acc里面的bbr加速 禁用默认编译samba,改用samba4,现在已恢复正常