1. 02 8月, 2007 1 次提交
  2. 01 8月, 2007 2 次提交
  3. 05 5月, 2007 1 次提交
    • V
      [SCTP]: Set assoc_id correctly during INIT collision. · 07d93967
      Vlad Yasevich 提交于
      During the INIT/COOKIE-ACK collision cases, it's possible to get
      into a situation where the association id is not yet set at the time
      of the user event generation.  As a result, user events have an
      association id set to 0 which will confuse applications.
      
      This happens if we hit case B of duplicate cookie processing.
      In the particular example found and provided by Oscar Isaula
      <Oscar.Isaula@motorola.com>, flow looks like this:
      A				B
      ---- INIT------->  (lost)
      	    <---------INIT------
      ---- INIT-ACK--->
      	    <------ Cookie ECHO
      
      When the Cookie Echo is received, we end up trying to update the
      association that was created on A as a result of the (lost) INIT,
      but that association doesn't have the ID set yet.
      Signed-off-by: NVlad Yasevich <vladislav.yasevich@hp.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      07d93967
  4. 26 4月, 2007 3 次提交
  5. 12 2月, 2007 1 次提交
  6. 11 2月, 2007 1 次提交
  7. 24 1月, 2007 2 次提交
  8. 10 1月, 2007 1 次提交
  9. 23 12月, 2006 1 次提交
  10. 08 12月, 2006 2 次提交
  11. 03 12月, 2006 22 次提交
  12. 30 9月, 2006 1 次提交
  13. 21 9月, 2006 1 次提交
  14. 23 8月, 2006 1 次提交