]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/async/frames_v2: docs: FRAME_EARLY_DATA_COMPRESSED is used in prologue, not epilogue 66746/head
authordatdenkikniet <jcdra1@gmail.com>
Fri, 26 Dec 2025 21:51:57 +0000 (22:51 +0100)
committerJohannes Cornelis Draaijer <jcdra1@gmail.com>
Fri, 26 Dec 2025 22:18:55 +0000 (23:18 +0100)
Signed-off-by: Johannes Cornelis Draaijer <jcdra1@gmail.com>
src/msg/async/frames_v2.h

index 0f60b9b3e974b4df058ecafecd0b96aaf83e1d68..fdbda7029c9c457180813a360ccf3c44f30f7bcf 100644 (file)
@@ -180,10 +180,10 @@ static constexpr uint32_t FRAME_PREAMBLE_WITH_INLINE_SIZE =
 #define FRAME_LATE_STATUS_RESERVED_FALSE  0xe0
 #define FRAME_LATE_STATUS_RESERVED_MASK   0xf0
 
-// For msgr 2.1, FRAME_EARLY_X flags are sent as part of epilogue.
+// For msgr 2.1, FRAME_EARLY_X flags are sent as part of the prologue.
 //
-// This flag indicates whether frame segments have been compressed by 
-// sender, and used in segments' disassemblig phase. 
+// This flag indicates whether frame segments have been compressed by
+// sender, and used in segments' disassemblig phase.
 #define FRAME_EARLY_DATA_COMPRESSED       0X1
 
 struct FrameError : std::runtime_error {