|
Document of c-modernization-kit (porter) 1.0.0
|
パケットに付与するセッション識別情報。 More...
#include <packet.h>
Data Fields | |
| int64_t | service_id |
| サービス識別子。 | |
| int64_t | session_tv_sec |
| セッション開始時刻 秒部。 | |
| uint32_t | session_id |
| セッション識別子 (乱数)。 | |
| int32_t | session_tv_nsec |
| セッション開始時刻 ナノ秒部。 | |
| int64_t PotrPacketSessionHdr::service_id |
サービス識別子。
Definition at line 32 of file packet.h.
Referenced by fill_session_hdr(), flush_packed(), flush_packed_peer(), health_thread_func(), n1_send_nack(), n1_send_ping_reply(), n1_send_reject(), peer_send_fin(), send_fin(), send_nack(), send_ping_reply(), send_reject(), tcp_health_thread_func(), and tcp_send_ping_reply().
| int64_t PotrPacketSessionHdr::session_tv_sec |
セッション開始時刻 秒部。
Definition at line 33 of file packet.h.
Referenced by fill_session_hdr(), flush_packed(), flush_packed_peer(), health_thread_func(), n1_send_nack(), n1_send_ping_reply(), n1_send_reject(), peer_send_fin(), send_fin(), send_nack(), send_ping_reply(), send_reject(), tcp_health_thread_func(), and tcp_send_ping_reply().
| uint32_t PotrPacketSessionHdr::session_id |
セッション識別子 (乱数)。
Definition at line 34 of file packet.h.
Referenced by fill_session_hdr(), flush_packed(), flush_packed_peer(), health_thread_func(), n1_send_nack(), n1_send_ping_reply(), n1_send_reject(), peer_send_fin(), send_fin(), send_nack(), send_ping_reply(), send_reject(), tcp_health_thread_func(), and tcp_send_ping_reply().
| int32_t PotrPacketSessionHdr::session_tv_nsec |
セッション開始時刻 ナノ秒部。
Definition at line 35 of file packet.h.
Referenced by fill_session_hdr(), flush_packed(), flush_packed_peer(), health_thread_func(), n1_send_nack(), n1_send_ping_reply(), n1_send_reject(), peer_send_fin(), send_fin(), send_nack(), send_ping_reply(), send_reject(), tcp_health_thread_func(), and tcp_send_ping_reply().