Virtual LAN¶
This is a long line of text.
-
class
vlan.
Network
¶ This is a long line of text.
-
nodes
¶ This is a long line of text.
-
dropPercent
¶ This is a long line of text.
-
addrLen
¶ This is a long line of text.
-
addrAddr
¶ This is a long line of text.
-
__init__
(addr, dropPercent=0.0)¶ Parameters: dropPercent (float) – percentage of packets to drop This is a long line of text.
-
remove_node
(node)¶ Parameters: node (Node) – node to remove from the network This is a long line of text.
-
process_pdu
(pdu)¶ Parameters: pdu – pdu to send on the network This is a long line of text.
-
__len__
()¶ Simple mechanism to return the number of nodes on the network.
-