Page 1 of 1

DSCP

Posted: Tue Jun 17, 2025 7:03 pm
by johnvan
The UDPPkt class is very complete and I noticed in the Send function that I can add a TTL parameter. Is there a way I can add a DSCP value to the packet header?

Re: DSCP

Posted: Wed Jun 18, 2025 5:50 pm
by TomNB
Hello,

What platform and tools rev are you using?

Re: DSCP

Posted: Wed Jun 18, 2025 9:50 pm
by TomNB
I've been told that if you open a support ticket we should be able to add that for you, as long as your not looking for the router config to go with it.

Re: DSCP

Posted: Thu Jun 19, 2025 5:02 am
by pbreed
Would you like
SetDSCP(uint8_t dscp); │
int8_t GetDSCP(void) const;

added to the packet class?
Or would you like an optional variable to the send functions?

I'm leaning toward the SetDSCP.....

Re: DSCP

Posted: Thu Jun 19, 2025 6:41 am
by pbreed
We have created a solution for this using the SetDSCP to the packet class. Submit a support request and we can get you the modified files to test.
At this point we we are running our internal regression testing (to insure it did not break anything) this should complete in about an hour.
But we've not really tested that its doing DCSP correctly yet.

Re: DSCP

Posted: Sun Jun 22, 2025 1:10 pm
by johnvan
Tom/Paul,

Thanks for the quick response. I created a ticket. I've got a customer that should be able to test it in addition to whatever testing I can do here.

This is using one of your MODM7AE70 modules operating under 3.5.3.

Thanks!
John