|
Squid Web Cache master
|
a delayed icpUdpSend() call More...
Public Attributes | |
| Ip::Address | address |
| remote peer (which may not be a cache_peer) | |
| icp_common_t * | msg = nullptr |
| ICP message with network byte order fields. | |
| DelayedUdpSend * | next = nullptr |
| invasive FIFO queue of delayed ICP messages | |
| AccessLogEntryPointer | ale |
| sender's master transaction summary | |
| struct timeval | queue_time = {} |
| queuing timestamp | |
| Ip::Address DelayedUdpSend::address |
Definition at line 50 of file icp_v2.cc.
Referenced by icpUdpSendQueue().
| AccessLogEntryPointer DelayedUdpSend::ale |
Definition at line 53 of file icp_v2.cc.
Referenced by icpUdpSendQueue().
| icp_common_t* DelayedUdpSend::msg = nullptr |
Definition at line 51 of file icp_v2.cc.
Referenced by icpUdpSendQueue().
| DelayedUdpSend* DelayedUdpSend::next = nullptr |
Definition at line 52 of file icp_v2.cc.
Referenced by icpUdpSend(), and icpUdpSendQueue().
| struct timeval DelayedUdpSend::queue_time = {} |
Definition at line 54 of file icp_v2.cc.
Referenced by icpUdpSendQueue().