Squid Web Cache master
Loading...
Searching...
No Matches
DelayedUdpSend Class Reference

a delayed icpUdpSend() call More...

Collaboration diagram for DelayedUdpSend:
[legend]

Public Attributes

Ip::Address address
 remote peer (which may not be a cache_peer)
 
icp_common_tmsg = nullptr
 ICP message with network byte order fields.
 
DelayedUdpSendnext = nullptr
 invasive FIFO queue of delayed ICP messages
 
AccessLogEntryPointer ale
 sender's master transaction summary
 
struct timeval queue_time = {}
 queuing timestamp
 

Detailed Description

Definition at line 48 of file icp_v2.cc.

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: