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 0b11c42 commit 5f28752Copy full SHA for 5f28752
Doc/library/socket.rst
@@ -188,7 +188,7 @@ created. Socket addresses are represented as follows:
188
189
- ``PACKET_HOST`` (the default) - Packet addressed to the local host.
190
- ``PACKET_BROADCAST`` - Physical-layer broadcast packet.
191
- - ``PACKET_MULTIHOST`` - Packet sent to a physical-layer multicast address.
+ - ``PACKET_MULTICAST`` - Packet sent to a physical-layer multicast address.
192
- ``PACKET_OTHERHOST`` - Packet to some other host that has been caught by
193
a device driver in promiscuous mode.
194
- ``PACKET_OUTGOING`` - Packet originating from the local host that is
0 commit comments