Skip to content

Commit

Permalink
Merge pull request #927 from ElectrodeYT/fix-ip-defines-in-h-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke authored Oct 9, 2023
2 parents feb6707 + b484e5f commit 72b5e25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions abis/linux/in.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ struct group_source_req {

#define IP_TOS 1
#define IP_TTL 2
#define IP_HDRINCL 3
#define IP_OPTIONS 4
#define IP_RECVOPTS 6
#define IP_PKTINFO 8
#define IP_PKTOPTIONS 9
#define IP_MTU_DISCOVER 10
Expand Down
1 change: 1 addition & 0 deletions abis/linux/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ struct cmsghdr {
#define AF_XDP PF_XDP
#define AF_MAX PF_MAX

#define SO_DEBUG 1
#define SO_REUSEADDR 2
#define SO_TYPE 3
#define SO_ERROR 4
Expand Down

0 comments on commit 72b5e25

Please sign in to comment.