lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 21 Apr 2008 12:34:39 +0300
From:	Paulius Zaleckas <paulius.zaleckas@...tonika.lt>
To:	netdev@...r.kernel.org
Cc:	linux-usb@...r.kernel.org
Subject:  Re: [RFC] updated Patch to option HSO driver to the kernel

Oliver Neukum wrote:
> Am Montag, 21. April 2008 03:04:21 schrieb Paulius Zaleckas:
>> -               odev->mode_flags = USB_CDC_PACKET_TYPE_ALL_MULTICAST |
>> -                                  USB_CDC_PACKET_TYPE_DIRECTED |
>> -                                  USB_CDC_PACKET_TYPE_BROADCAST |
>> -                                  USB_CDC_PACKET_TYPE_MULTICAST;
> 
> Hi,
> 
> before you rip out the multicast stuff, do you have an idea why it was
> included in the first place? Is the device capable of operating in a
> real network topology where multicast would make sense?

It was there from the oldest version (0.6) I have, but in the dead code
as it is now. There was also a comment:
/* FIXME AJB, work out what we need to do with multicast */
It was addressed to Andrew Bird (added to CC)

IMO it doesn't make sense to do multicasting since actually it is
point-to-point and not ethernet traffic.
Currently I am studying if it is possible to convert current pseudo
ethernet interface to point-to-point one.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ