On Mon, Jul 08, 2013 at 07:47:20PM -0600, Anthony Foiani wrote:
> Anthony Foiani writes:
>
> > Add an option "-p" / "--port" to specify the TCP port to listen on.
>
> This is unfortunate, as "port" is also used to indicate which "usbip
> port" is in use by a particular connection.
>
> So I migh
Anthony Foiani writes:
> Add an option "-p" / "--port" to specify the TCP port to listen on.
This is unfortunate, as "port" is also used to indicate which "usbip
port" is in use by a particular connection.
So I might change this to "-t" / "--tcp-port" in v2.
It's not a fatal flaw, since this o
Add an option "-p" / "--port" to specify the TCP port to listen on.
Signed-Off-By: Anthony Foiani
---
drivers/staging/usbip/userspace/src/usbip.c| 9 +--
.../staging/usbip/userspace/src/usbip_network.c| 30 ++
.../staging/usbip/userspace/src/usbip_network.h