From: Herbert Xu <[EMAIL PROTECTED]>
Date: Thu, 01 Dec 2005 23:21:26 +1100

> You could then say
> 
> dst = dst->ops->cow(dst, flow);
> dst->update_pmtu(dst, mtu);
> 
> You can also store the returned dst in the socket.  I think this is
> worthwhile since receiving an PMTU message is usually followed by a
> retransmission which means that you'll need to look up the dst again
> if we don't update the cached version.

Yes, I like this idea too.  I'll start to work on this.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to