On 11/28/06, Arnaldo Carvalho de Melo <arnaldo.melo@xxxxxxxxx> wrote:
On 11/28/06, Ian McDonald <ian.mcdonald@xxxxxxxxxxx> 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.
Applied the "deprecated" patch, and on top of that another that makes it return 0, not -EINVAL, so that the warning is emitted to the system logs but the app continues working, reflecting the comment that says it is has no effect. - Arnaldo - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html