How to Add Custom Tags to the Headers of Packets Sent by the Application? #994
xiaoyuyaa555
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I’m working on a project where I need to include custom tags in the headers of packets sent by the application. I’m not sure how to modify the application to achieve this. Could someone provide guidance or examples on how to add these custom tags to the headers?
For example, in the following example, I would like to add a new tag for the remaining deadline:
// NewTag.msg
class NewATSTag extends TagBase
{
double remainDeadline;
}
Beta Was this translation helpful? Give feedback.
All reactions