Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31096a9

Browse files
committed
Issue #14814: Attempt to clarify network address and broadcast address for less experienced users
1 parent 0435400 commit 31096a9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/library/ipaddress.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,11 +390,13 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
390390

391391
.. attribute:: network_address
392392

393-
The broadcast address for the network.
393+
The network address for the network. The network address and the
394+
prefix length together uniquely define a network.
394395

395396
.. attribute:: broadcast_address
396397

397-
The broadcast address for the network.
398+
The broadcast address for the network. Packets sent to the broadcast
399+
address should be received by every host on the network.
398400

399401
.. attribute:: host mask
400402

0 commit comments

Comments
 (0)