socket_enum.h File Reference

(r4203/r3383)

Go to the source code of this file.

Enumerations

enum  P_SOCKET_OPTIONS { ,
  SOCKET_BOUND = 0x01, SOCKET_AUTOACK = 0x02, SOCKET_RECV_ALL = 0x04, SOCKET_FRAG = 0x08 ,
  SOCKET_BROADCAST = 0x10, SOCKET_BLOCKING = 0x20, SOCKET_FILTER_DUPS = 0x40
}
enum  P_FRAG_FLAG_MASKS { FRAG_STATEFLAG = 0x03, FRAG_ROLEFLAG = 0x04 }
enum  P_FRAG_STATUS { FRAG_ACTIVE = 0x00, FRAG_FINISHED = 0x01, FRAG_ABORTED = 0x02 }
enum  P_FRAG_ROLE { FRAG_SENDER = 0x00, FRAG_RECEIVER = 0x04 }
enum  P_SOCKET_SENDSTATUS { P_SEND_FINISHED = 1, P_SEND_ACTIVE = 2, P_SEND_ABORTED = 3 }


Detailed Description

This file contains some Enums for the socket options.

Definition in file socket_enum.h.


Generated on Tue Apr 10 15:22:26 2007 for libparticle by  doxygen 1.5.1