|
Document of c-modernization-kit (porter) 1.0.0
|
NACK 重複抑制バッファの 1 エントリ。 More...
#include <potrContext.h>
Data Fields | |
| uint32_t | ack_num |
| 再送または REJECT した ack_num。 | |
| uint32_t | _pad |
| パディング (time_ms を 8 バイト境界に揃える)。 | |
| uint64_t | time_ms |
| 処理時刻 (ms、単調増加)。0 = 未使用スロット。 | |
NACK 重複抑制バッファの 1 エントリ。
Definition at line 84 of file potrContext.h.
| uint32_t PotrNackDedupEntry::ack_num |
再送または REJECT した ack_num。
Definition at line 86 of file potrContext.h.
Referenced by recv_thread_func().
| uint32_t PotrNackDedupEntry::_pad |
パディング (time_ms を 8 バイト境界に揃える)。
Definition at line 87 of file potrContext.h.
| uint64_t PotrNackDedupEntry::time_ms |
処理時刻 (ms、単調増加)。0 = 未使用スロット。
Definition at line 88 of file potrContext.h.
Referenced by recv_thread_func().