1. 12 10月, 2013 6 次提交
  2. 10 10月, 2013 2 次提交
  3. 18 9月, 2013 1 次提交
  4. 28 8月, 2013 1 次提交
  5. 11 8月, 2013 1 次提交
  6. 29 5月, 2013 2 次提交
  7. 22 5月, 2013 1 次提交
  8. 23 4月, 2013 1 次提交
  9. 27 3月, 2013 5 次提交
  10. 14 3月, 2013 4 次提交
  11. 19 1月, 2013 2 次提交
  12. 12 1月, 2013 3 次提交
  13. 07 1月, 2013 1 次提交
  14. 04 1月, 2013 1 次提交
  15. 30 11月, 2012 1 次提交
  16. 16 11月, 2012 1 次提交
  17. 15 11月, 2012 1 次提交
    • A
      batman-adv: substitute tt_poss_change with a per-tt_entry flag · 7c1fd91d
      Antonio Quartulli 提交于
      tt_poss_change is a node-wide flag which tells whether the node is in a roaming
      state (a client recently moved to/away from it) in order to let it apply special
      re-routing rules. However this flag does not give a clear idea of the current
      state because it is not possible to understand *which client* is actually
      involved in the roaming. For this reason a better approach has been chosen:
      instead of using a node-wide variable, the roaming state is now given by a
      per-tt_entry ROAM flag which, in case of packet coming through the node, tells
      the node whether the real destination is in roaming state or not.
      
      With this flag change, batadv_check_unicast_ttvn() has also been rearranged in
      order to better fit the new re-routing logic and to be much more readable.
      Signed-off-by: NAntonio Quartulli <ordex@autistici.org>
      7c1fd91d
  18. 08 11月, 2012 4 次提交
  19. 29 10月, 2012 2 次提交