summaryrefslogtreecommitdiffstats
path: root/net/netbeui/README
blob: 02e270b5ffe9c17e010e7aa4793a51c8adf6caa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

NetBEUI is a rather weird protocol. There are about three different set
of connection and name spaces here.

Firstly we have an array of 802.2 LLC links acting as reliable inter node
links for the nodes we are talking to do. We create and tear these down as
needed. In effect it goes around pretending ethernet is a set of bits of
wire and running pseudo X.25 over it. The LLC code is elsewhere (net/802).

Secondly we have the netbios name space. When we sit on multiple networks
we have fun. Netbios isnt routable, so we have to arse around looking on
all our devices for names.

Thirdly we have logical netbeui sessions on top of the whole heap. 

			*Don't blame us*

We didn't design the protocol.