We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we only can configure payload header before sending message to transport layer. Packetheader are auto-configured in Transport layer
Add interface in Transport Layer to allows the messaging layer configure packet header
The text was updated successfully, but these errors were encountered:
What feature is this for?
Sorry, something went wrong.
To allow the upper layer configure the message. Such as we shall set the C flag in the packet header for certain type of control message.
Per Boris, we temperately use hard-code method to configure C-flag since only two messages use this flag in spec now. Close it for now,
yufengwangca
Successfully merging a pull request may close this issue.
Problem
Currently, we only can configure payload header before sending message to transport layer. Packetheader are auto-configured in Transport layer
Proposed Solution
Add interface in Transport Layer to allows the messaging layer configure packet header
The text was updated successfully, but these errors were encountered: