Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,8 @@ The :mod:`socket` module also offers various network-related services:
For IPv6 addresses, ``%scope`` is appended to the host part if *sockaddr*
contains meaningful *scopeid*. Usually this happens for multicast addresses.

For more information about *flags* you can consult :manpage:`getnameinfo(3)`.

.. function:: getprotobyname(protocolname)

Translate an Internet protocol name (for example, ``'icmp'``) to a constant
Expand Down