On 01/10/2013 10:05 PM, Amos Jeffries wrote:

> revno: 12573
>   * Add debug traces to send() events to report failures sending packets

send() may return a negative number so we are now getting
signed-vs-unsigned comparison warnings when comparing with
wccp_packet_size which is of unsigned type size_t.

Alex.

Reply via email to