Skip to content

ext/sockets: addiong few constants for NetBSD. #13728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

devnexen
Copy link
Member

SOCK_CONN_DGRAM (and its alias SOCK_DCCP) for connection orientated datagram.

* @cvalue SOCK_CONN_DGRAM
*/
const SOCK_CONN_DGRAM = UNKNOWN;
/* is an alias of SOCK_CONN_DGRAM */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could add this text as the description for the below PHPDoc block

SOCK_CONN_DGRAM (and its alias SOCK_DCCP) for connection orientated
datagram.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants