diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2013-03-25 11:59:58 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2013-03-25 12:06:36 +0100 |
commit | 2c3393d9e3fc1999641d8dab3b59418393c4b616 (patch) | |
tree | 9c6468a3a3697401968fcf9e08f1c80cd8624dcf /include | |
parent | 1c83e36cc930f5efc17fd66ccb9a6c541e44c5de (diff) |
gprs_ns: Allow to set the DSCP for the UDP socket.
Allow to tag the NS service with a custom DSCP.
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gprs/gprs_ns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gprs/gprs_ns.h b/include/osmocom/gprs/gprs_ns.h index a7f32b25..8fca70cb 100644 --- a/include/osmocom/gprs/gprs_ns.h +++ b/include/osmocom/gprs/gprs_ns.h @@ -73,6 +73,7 @@ struct gprs_ns_inst { struct osmo_fd fd; uint32_t local_ip; uint16_t local_port; + int dscp; } nsip; /*! \brief NS-over-FR-over-GRE-over-IP specific bits */ struct { |