1. 28 9月, 2017 1 次提交
  2. 29 7月, 2017 1 次提交
  3. 23 5月, 2017 2 次提交
    • M
      batman-adv: decrease maximum fragment size · 8ea026b1
      Matthias Schiffer 提交于
      With this patch the maximum fragment size is reduced from 1400 to 1280
      bytes.
      
      Fragmentation v2 correctly uses the smaller of 1400 and the interface
      MTU, thus generally supporting interfaces with an MTU < 1400 bytes, too.
      
      However, currently "Fragmentation v2" does not support re-fragmentation.
      Which means that once a packet is split into two packets of 1400 + x
      bytes for instance and the next hop provides an interface with an even
      smaller MTU of 1280 bytes, then the larger fragment is lost.
      
      A maximum fragment size of 1280 bytes is a safer option as this is the
      minimum MTU required by IPv6, making interfaces with an MTU < 1280
      rather exotic.
      
      Regarding performance, this should have no negative impact on unicast
      traffic: Having some more bytes in the smaller and some less in the
      larger does not change the sum of both fragments.
      
      Concerning TT, choosing 1280 bytes fragments might result in more TT
      messages than necessary when a large network is bridged into batman-adv.
      However, the TT overhead in general is marginal due to its reactive
      nature, therefore such a performance impact on TT should not be
      noticeable for a user.
      
      Cc: Matthias Schiffer <mschiffer@universe-factory.net>
      [linus.luessing@c0d3.blue: Added commit message]
      Signed-off-by: NLinus Lüssing <linus.luessing@c0d3.blue>
      Signed-off-by: NSven Eckelmann <sven@narfation.org>
      Signed-off-by: NSimon Wunderlich <sw@simonwunderlich.de>
      8ea026b1
    • S
      batman-adv: Start new development cycle · b1d2cf3d
      Simon Wunderlich 提交于
      Signed-off-by: NSimon Wunderlich <sw@simonwunderlich.de>
      b1d2cf3d
  4. 17 3月, 2017 2 次提交
  5. 26 1月, 2017 1 次提交
  6. 01 1月, 2017 1 次提交
  7. 30 10月, 2016 1 次提交
  8. 19 10月, 2016 1 次提交
  9. 17 10月, 2016 2 次提交
  10. 09 8月, 2016 1 次提交
  11. 04 7月, 2016 1 次提交
  12. 30 6月, 2016 6 次提交
  13. 10 5月, 2016 2 次提交
  14. 04 5月, 2016 2 次提交
  15. 29 2月, 2016 6 次提交
  16. 23 2月, 2016 1 次提交
  17. 10 2月, 2016 1 次提交
  18. 02 2月, 2016 3 次提交
  19. 09 1月, 2016 2 次提交
  20. 28 8月, 2015 1 次提交
  21. 25 8月, 2015 1 次提交
  22. 07 6月, 2015 1 次提交