Question Regarding Multi-part Message. #172
-
Hello guys, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello! There is some form of multi-part message support in LibOSDP with respect to file transfer operation; but not for general support for multi-part messaging. Can you post a link to how you have done the BIOREAD and BIOMATCH commands? then we can see how it can be incorporated into the existing design. |
Beta Was this translation helpful? Give feedback.
I took a quick look at the multi-part message specification. They specified the structure of the multi-part message but failed to say where this has to be placed in the packet structure. Then there are also other commands that have their own definition of where and how the multi-part management has to be done.
For this to be supported generically (any message that exceeds the packet size can request it to be sent as multi-part), the multi-part fragment info has to be part of the header. And unfortunately this is not the case.