Document of c-modernization-kit (porter) 1.0.0
Loading...
Searching...
No Matches
PotrNackDedupEntry Struct Reference

NACK 重複抑制バッファの 1 エントリ。 More...

#include <potrContext.h>

Collaboration diagram for PotrNackDedupEntry:

Data Fields

uint32_t ack_num
 再送または REJECT した ack_num。
uint32_t _pad
 パディング (time_ms を 8 バイト境界に揃える)。
uint64_t time_ms
 処理時刻 (ms、単調増加)。0 = 未使用スロット。

Detailed Description

NACK 重複抑制バッファの 1 エントリ。

Definition at line 84 of file potrContext.h.

Field Documentation

◆ ack_num

uint32_t PotrNackDedupEntry::ack_num

再送または REJECT した ack_num。

Definition at line 86 of file potrContext.h.

Referenced by recv_thread_func().

◆ _pad

uint32_t PotrNackDedupEntry::_pad

パディング (time_ms を 8 バイト境界に揃える)。

Definition at line 87 of file potrContext.h.

◆ time_ms

uint64_t PotrNackDedupEntry::time_ms

処理時刻 (ms、単調増加)。0 = 未使用スロット。

Definition at line 88 of file potrContext.h.

Referenced by recv_thread_func().


The documentation for this struct was generated from the following file: