Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
5d362d32
Commit
5d362d32
authored
Jan 25, 2014
by
Paul Sokolovsky
Browse files
unix socket: Add few more socket constants.
parent
db0b282d
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/socket.c
View file @
5d362d32
...
...
@@ -311,6 +311,18 @@ struct sym_entry {
C
(
SOCK_STREAM
),
C
(
SOCK_DGRAM
),
C
(
SOCK_RAW
),
C
(
MSG_DONTROUTE
),
C
(
MSG_DONTWAIT
),
C
(
SOL_SOCKET
),
C
(
SO_BROADCAST
),
C
(
SO_ERROR
),
C
(
SO_KEEPALIVE
),
C
(
SO_LINGER
),
C
(
SO_REUSEADDR
),
{
NULL
}
};
#undef C
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment