mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05: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
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue