Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3377535
D3213.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
898 B
Referenced Files
None
Subscribers
None
D3213.diff
View Options
diff --git a/services/tunnelbroker/src/Constants.h b/services/tunnelbroker/src/Constants.h
--- a/services/tunnelbroker/src/Constants.h
+++ b/services/tunnelbroker/src/Constants.h
@@ -8,11 +8,11 @@
namespace network {
// AWS DynamoDB
-const std::string DEVICE_SESSIONS_TABLE_NAME = "tunnelbroker-device-session";
+const std::string DEVICE_SESSIONS_TABLE_NAME = "tunnelbroker-device-sessions";
const std::string DEVICE_SESSIONS_VERIFICATION_MESSAGES_TABLE_NAME =
- "tunnelbroker-verification-message";
-const std::string DEVICE_PUBLIC_KEY_TABLE_NAME = "tunnelbroker-public-key";
-const std::string MESSAGES_TABLE_NAME = "tunnelbroker-message";
+ "tunnelbroker-verification-messages";
+const std::string DEVICE_PUBLIC_KEY_TABLE_NAME = "tunnelbroker-public-keys";
+const std::string MESSAGES_TABLE_NAME = "tunnelbroker-messages";
// Sessions
const size_t SIGNATURE_REQUEST_LENGTH = 64;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 28, 6:16 AM (21 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2593029
Default Alt Text
D3213.diff (898 B)
Attached To
Mode
D3213: [tunnelbroker] Fix `MESSAGES_TABLE_NAME` constant
Attached
Detach File
Event Timeline
Log In to Comment