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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 9 Dec 2020 14:53:55 -0800 From: Xie He <xie.he.0141@...il.com> To: David Laight <David.Laight@...lab.com> Cc: "David S. Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, "linux-x25@...r.kernel.org" <linux-x25@...r.kernel.org>, "netdev@...r.kernel.org" <netdev@...r.kernel.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, Martin Schiller <ms@....tdt.de> Subject: Re: [PATCH net-next] net: x25: Remove unimplemented X.25-over-LLC code stubs On Wed, Dec 9, 2020 at 1:21 PM David Laight <David.Laight@...lab.com> wrote: > > I always wondered about running Class 2 transport directly over LLC2 > (rather than Class 4 over LLC1). > But the only LLC2 user was netbios - and microsoft's LLC2 was broken. > Not to mention the window probing needed to handle systems that > said they supported a window of (IIRC) 15 but would discard the > 5th back to back frame. To me, LLC1 and LLC2 are to Ethernet what UDP and TCP are to IP networks. I think we can use LLC1 and LLC2 wherever UDP and TCP can be used, as long as we are in the same LAN and are willing to use MAC addresses as the addresses. X.25 layer 3 certainly can also run over LLC2. Linux actually has support for LLC1 and LLC2. User space programs can transmit data directly over LLC1 and LLC2 using "AF_LLC" sockets.
Powered by blists - more mailing lists