accept_queue Struct Reference

A doubly linked list of backlogged connections waiting to be accepted. More...

#include <vfer_accept_queue.h>


Data Fields

int backlog
int count
queued_connfirst
queued_connlast


Detailed Description

A doubly linked list of backlogged connections waiting to be accepted.

Definition at line 58 of file vfer_accept_queue.h.


Field Documentation

int accept_queue::backlog

max number of queued connections allowed in the list

Definition at line 60 of file vfer_accept_queue.h.

int accept_queue::count

number of total queued connections in the list

Definition at line 62 of file vfer_accept_queue.h.

struct queued_conn* accept_queue::first

list of queued connections (first in the queue)

Definition at line 64 of file vfer_accept_queue.h.

struct queued_conn* accept_queue::last

last in the list of queued connections (last in the queue)

Definition at line 66 of file vfer_accept_queue.h.


The documentation for this struct was generated from the following file:
Generated on Tue Aug 8 16:07:23 2006 for VFER by  doxygen 1.4.7