Re: USBIP protocol

From: Andi Kleen
Date: Fri Aug 29 2008 - 10:06:32 EST


Matthew Wilcox <matthew@xxxxxx> writes:

> I'm in the middle of implementing a userspace client for usbip and I
> strongly feel that the protocol needs to be changed before it is merged.
>
> - I'm unconvinced that TCP is the correct protocol to be running this over.
> I understand the reluctance to use UDP, but the protocol is fundamentally
> packet-based. If TCP is used, the delimitation of packets within the
> stream needs to be much more robust.

If you want reliable transport with record boundaries an alternative
would be also SCTP. Main drawback is that firewalls often don't support it
though (but presumably that wouldn't be a big issue for this)

-Andi
--
ak@xxxxxxxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/