Reflect discovered properties back to the remote peer.

This commit is contained in:
akwizgran
2020-07-16 14:25:43 +01:00
parent b91fe66461
commit 90e91221d9
3 changed files with 207 additions and 28 deletions

View File

@@ -12,6 +12,11 @@ public interface TransportPropertyConstants {
*/
int MAX_PROPERTY_LENGTH = 100;
/**
* Prefix for keys that represent reflected properties.
*/
String REFLECTED_PROPERTY_PREFIX = "u:";
/**
* Message metadata key for the transport ID of a local or remote update,
* as a BDF string.