Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0435400 commit 31096a9Copy full SHA for 31096a9
1 file changed
Doc/library/ipaddress.rst
@@ -390,11 +390,13 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
390
391
.. attribute:: network_address
392
393
- The broadcast address for the network.
+ The network address for the network. The network address and the
394
+ prefix length together uniquely define a network.
395
396
.. attribute:: broadcast_address
397
398
+ The broadcast address for the network. Packets sent to the broadcast
399
+ address should be received by every host on the network.
400
401
.. attribute:: host mask
402
0 commit comments