Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
61ed7f08
Commit
61ed7f08
authored
Sep 15, 2005
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The values for SO_SNDBUFFORCE / SO_RCVBUFFORCE were already taken ...
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
ebfaebae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/asm-mips/socket.h
include/asm-mips/socket.h
+2
-2
No files found.
include/asm-mips/socket.h
View file @
61ed7f08
...
@@ -37,8 +37,6 @@ To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
...
@@ -37,8 +37,6 @@ To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
#define SO_ERROR 0x1007
/* get error status and clear */
#define SO_ERROR 0x1007
/* get error status and clear */
#define SO_SNDBUF 0x1001
/* Send buffer size. */
#define SO_SNDBUF 0x1001
/* Send buffer size. */
#define SO_RCVBUF 0x1002
/* Receive buffer. */
#define SO_RCVBUF 0x1002
/* Receive buffer. */
#define SO_SNDBUFFORCE 0x100a
#define SO_RCVBUFFORCE 0x100b
#define SO_SNDLOWAT 0x1003
/* send low-water mark */
#define SO_SNDLOWAT 0x1003
/* send low-water mark */
#define SO_RCVLOWAT 0x1004
/* receive low-water mark */
#define SO_RCVLOWAT 0x1004
/* receive low-water mark */
#define SO_SNDTIMEO 0x1005
/* send timeout */
#define SO_SNDTIMEO 0x1005
/* send timeout */
...
@@ -69,6 +67,8 @@ To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
...
@@ -69,6 +67,8 @@ To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
#define SCM_TIMESTAMP SO_TIMESTAMP
#define SCM_TIMESTAMP SO_TIMESTAMP
#define SO_PEERSEC 30
#define SO_PEERSEC 30
#define SO_SNDBUFFORCE 31
#define SO_RCVBUFFORCE 33
#ifdef __KERNEL__
#ifdef __KERNEL__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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