netUtilsSetSocketTos
fn
bool netUtilsSetSocketTos(gio.socket.Socket socket, int qosDscp)Configures IP_TOS value of socket, i.e. sets QoS DSCP.
Parameters
socket | Socket to configure |
qosDscp | QoS DSCP value |
Returns
TRUE if successful, FALSE in case an error occurred.