1. 23 1月, 2019 1 次提交
  2. 06 6月, 2018 2 次提交
  3. 01 6月, 2018 1 次提交
  4. 03 3月, 2018 1 次提交
  5. 27 2月, 2018 2 次提交
  6. 26 2月, 2018 1 次提交
  7. 13 1月, 2018 1 次提交
  8. 31 12月, 2017 7 次提交
  9. 27 12月, 2017 1 次提交
    • D
      ipoe: implemented new load balancing mechanism · 1d6f68a5
      Dmitry Kozlov 提交于
      new config options:
      [ipoe]
      weight=N - global weight
      interface=ethX,weight=N - per-interface weight
      
      How it works:
      On reception of DHCPDISCOVER accel-ppp sends broadcast DHCP message to port 67 with same xid and add special vendor-specific option
      where encodes its current session count multipled by weight.
      On reception of such message accel-ppp searches session with same xid and compares weight.
      If received weight is less than session's weight then it terminates this session.
      per-interface weight=0 has special meaning as backup (fail-over) interface, f.e. it terminates session on any received weight.
      
      By default weight based load balancing is disabled.
      To enable need to specify global or/and per-interface weight.
      1d6f68a5
  10. 25 12月, 2017 1 次提交
  11. 14 12月, 2017 1 次提交
  12. 05 12月, 2017 1 次提交
    • V
      ppp: implement per-ctrl ppp interface rename support, may be overrided by radius · ae72e179
      Vladislav Grishenko 提交于
       Reuse exsisting radius functionality and allow set iterface name
       template for pppoe/pptp/l2tp, '%d' specification will be replaced
       automagically to the next available index by kernel.
       PPP interface rename allows to easy differ client's interfaces from
       the other ppp ones, for example, with just netfilter interface rules.
      
       Example:
        [pptp]
        ifname=pptp%d will produce pptp0, pptp1, ...
      ae72e179
  13. 12 10月, 2017 1 次提交
  14. 09 5月, 2017 1 次提交
  15. 19 4月, 2017 6 次提交
  16. 18 4月, 2017 1 次提交
    • D
      implemented session count limiting · 9ea88bac
      Dmitry Kozlov 提交于
      new config option:
      [common]
      max-sessions=N
      
      If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit.
      9ea88bac
  17. 21 1月, 2017 1 次提交
  18. 25 6月, 2016 1 次提交
  19. 15 4月, 2016 1 次提交
  20. 07 4月, 2016 1 次提交
  21. 18 3月, 2016 2 次提交
  22. 13 3月, 2016 1 次提交
  23. 21 11月, 2015 2 次提交
  24. 18 11月, 2015 1 次提交
  25. 17 8月, 2015 1 次提交