DelayedUdpSend Class Reference
a delayed icpUdpSend() call More...
Collaboration diagram for DelayedUdpSend:
Public Attributes | |
Ip::Address | address |
remote peer (which may not be a cache_peer) More... | |
icp_common_t * | msg = nullptr |
ICP message with network byte order fields. More... | |
DelayedUdpSend * | next = nullptr |
invasive FIFO queue of delayed ICP messages More... | |
AccessLogEntryPointer | ale |
sender's master transaction summary More... | |
struct timeval | queue_time = {} |
queuing timestamp More... | |
Detailed Description
Member Data Documentation
◆ address
Ip::Address DelayedUdpSend::address |
Definition at line 50 of file icp_v2.cc.
Referenced by icpUdpSendQueue().
◆ ale
AccessLogEntryPointer DelayedUdpSend::ale |
Definition at line 53 of file icp_v2.cc.
Referenced by icpUdpSendQueue().
◆ msg
icp_common_t* DelayedUdpSend::msg = nullptr |
Definition at line 51 of file icp_v2.cc.
Referenced by icpUdpSendQueue().
◆ next
DelayedUdpSend* DelayedUdpSend::next = nullptr |
Definition at line 52 of file icp_v2.cc.
Referenced by icpUdpSend(), and icpUdpSendQueue().
◆ queue_time
struct timeval DelayedUdpSend::queue_time = {} |
Definition at line 54 of file icp_v2.cc.
Referenced by icpUdpSendQueue().
The documentation for this class was generated from the following file:
- src/icp_v2.cc