mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +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
@@ -92,7 +92,7 @@ xset_nonblocking(int fd)
|
||||
}
|
||||
}
|
||||
|
||||
static int
|
||||
int
|
||||
set_dscp(int fd, uint8_t dscp)
|
||||
{
|
||||
int val;
|
||||
|
Reference in New Issue
Block a user