OK, additionally I'm replacing:

+               DCCP_WARN("sockopt(PACKET_SIZE) is deprecated: fix your app\n");
+               err = -EINVAL;

By

+               DCCP_WARN("sockopt(PACKET_SIZE) not yet supported\n");
+               err = -EINVAL;

To better reflect what we've discussed so far.

No deprecate it still. My earlier patches split it into two - a tx and
rx packet size.

--
Ian McDonald
Web: http://wand.net.nz/~iam4
Blog: http://imcdnzl.blogspot.com
WAND Network Research Group
Department of Computer Science
University of Waikato
New Zealand
-
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to