]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 23 Mar 2007 18:32:00 +0000 (11:32 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:28:00 +0000 (22:28 -0700)
commitd49d91d79a8dc5e85108a5ae1c8eef23dec135c1
treee98b53a69b310128a03a06fcc1dd9f94f7aa34b2
parentb6e1331f3ce25a56edb956054eaf8011654686cb
[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.

This option induces partial delivery to run as soon
as the specified amount of data has been accumulated on
the association.  However, we give preference to fully
reassembled messages over PD messages.  In any case,
window and buffer is freed up.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@.hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/structs.h
include/net/sctp/user.h
net/sctp/socket.c
net/sctp/ulpqueue.c