FreeBSD Bugzilla – Attachment 206024 Details for
Bug 239416
connect.2 manpage: EACCES error code can be returned when firewall doesn't allow connection to be made
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
connect.2.patch (text/plain), 836 bytes, created by
Yuri Victorovich
on 2019-07-24 03:34:00 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2019-07-24 03:34:00 UTC
Size:
836 bytes
patch
obsolete
>Index: lib/libc/sys/connect.2 >=================================================================== >--- lib/libc/sys/connect.2 (revision 350270) >+++ lib/libc/sys/connect.2 (working copy) >@@ -134,11 +134,12 @@ > .It Bq Er EALREADY > A previous connection attempt has not yet been completed. > .It Bq Er EACCES >-An attempt is made to connect to a broadcast address (obtained through the >+Either an attempt is made to connect to a broadcast address (obtained through the > .Dv INADDR_BROADCAST > constant or the > .Dv INADDR_NONE >-return value) through a socket that does not provide broadcast functionality. >+return value) through a socket that does not provide broadcast functionality, >+or firewall rules don't allow connection to be made. > .It Bq Er EAGAIN > An auto-assigned port number was requested but no auto-assigned ports > are available.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239416
:
206024
|
206147