On 11/28/06, Ian McDonald <[EMAIL PROTECTED]> wrote:
> 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.
Oh, I see, OK.
- Arnaldo
-
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