Replies: 1 comment 3 replies
-
|
LibOSDP PD tries to be as flexible as possible by following what it's CP does. If the CP sends a packet with MARK byte, the PD will respond with a MARK byte. This allows maximum interoperability. And for completeness: a LibOSDP CP always sends packets with MARK byte unless LibOSDP is compiled with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I would like my PD to send the MARK byte before the SOM for each reply. I don't understand the "legitimate" way to do this in libOSDP. I achieved it by a simple hack (commenting out the MARK disable in the libOSDP code). But I'd like to know the non-hack way to achieve this option. :)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions