mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Fix typo; s/demon/daemon/
PR: 22955, 22956 Submitted by: Jimmy Olgeni <olgeni@uli.it>
This commit is contained in:
parent
71868b020d
commit
aabbf63eef
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68934
@ -237,7 +237,7 @@ setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, sizeof(loop));
|
||||
.Pp
|
||||
This option
|
||||
improves performance for applications that may have no more than one
|
||||
instance on a single host (such as a router demon), by eliminating
|
||||
instance on a single host (such as a router daemon), by eliminating
|
||||
the overhead of receiving their own transmissions. It should generally not
|
||||
be used by applications for which there may be more than one instance on a
|
||||
single host (such as a conferencing program) or for which the sender does
|
||||
|
@ -178,7 +178,7 @@ setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, &loop, sizeof(loop));
|
||||
.Pp
|
||||
This option
|
||||
improves performance for applications that may have no more than one
|
||||
instance on a single host (such as a router demon), by eliminating
|
||||
instance on a single host (such as a router daemon), by eliminating
|
||||
the overhead of receiving their own transmissions.
|
||||
It should generally not be used by applications for which there
|
||||
may be more than one instance on a single host (such as a conferencing
|
||||
|
Loading…
Reference in New Issue
Block a user