mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +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
|
.Pp
|
||||||
This option
|
This option
|
||||||
improves performance for applications that may have no more than one
|
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
|
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
|
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
|
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
|
.Pp
|
||||||
This option
|
This option
|
||||||
improves performance for applications that may have no more than one
|
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.
|
the overhead of receiving their own transmissions.
|
||||||
It should generally not be used by applications for which there
|
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
|
may be more than one instance on a single host (such as a conferencing
|
||||||
|
Loading…
Reference in New Issue
Block a user