mirror of
https://github.com/openvswitch/ovs
synced 2025-10-27 15:18:06 +00:00
socket-util: export set_dscp()
It will be used later for dynamic dscp change to listening socket. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
committed by
Ben Pfaff
parent
1b2c20d8f2
commit
6b9c1eab52
@@ -27,6 +27,7 @@
|
||||
|
||||
int set_nonblocking(int fd);
|
||||
void xset_nonblocking(int fd);
|
||||
int set_dscp(int fd, uint8_t dscp);
|
||||
|
||||
int get_max_fds(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user