Randall Stewart 5e54f665f0 - Found bug in min split point bundling which caused
incorrect, non-bundlable fragmentation.
- Added min residual to better control split points for
  both how big a msg must be as well as how much needs
  to be left over.
- With our new algo in place, we need to implicitly
  set "end of msg" on the sp-> structure otherwise we
  end up with "hung" associations.
- Room reserved up front in IP header by pushing IP
  header to back of mbuf.
- Fix so FR's peg count of retransmissions needed.
- Fix so an unlucky chunk that never gets across
  will kill the assoc via the kill timer and send an
  abort too.
- Fix bug in sctp_input which can result in a crash.
- Do not strip off IP options anymore.
- Clean up sctp_calculate_rto().
- Get rid of unused sysctl.
- Fixed so we discard all M-Cast
- Fixed so port check done AFTER checksum
- Fixed bug in fragmentation code that prevented
  us from fragmenting a small complete message when
  we needed to.
- Window probes were not marked back to unsent and
  flight adjusted when a sack came in with no
  window change or accepting of the probe data.
  We now fix this with having a mark on the net and
  the chunk so we can clear it out when the sack arrives
  forcing it to retran just like it was "new" this
  improves the handling of window probes, which were
  dropped by the receiver.
- Tighten AUTH protocol error checks during INIT/INIT-ACK exchange
2007-03-31 11:47:30 +00:00
..
2006-12-15 12:50:06 +00:00
2005-10-21 16:23:01 +00:00
2006-12-04 00:41:48 +00:00
2006-01-21 10:44:34 +00:00
2006-07-06 13:25:01 +00:00
2007-03-23 09:43:36 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-02-12 23:24:31 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-03-24 22:15:02 +00:00
2007-03-08 15:26:54 +00:00