TAO_PortableGroup  2.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Variables
miopconf.h File Reference
#include "ace/config-all.h"
#include "tao/corba.h"

Macros

#define TAO_DEF_MIOP_MAJOR   1
 
#define TAO_DEF_MIOP_MINOR   0
 

Variables

static int const TAO_DEFAULT_MIOP_FRAGMENTS_CLEANUP_DELAY = 1000
 
static int const TAO_DEFAULT_MIOP_FRAGMENTS_CLEANUP_NUMBER = 5
 
static int const TAO_DEFAULT_MIOP_FRAGMENTS_CLEANUP_MEMORY = 3000000
 
static u_long const MIOP_ID_CONTENT_OFFSET = 20u
 
static u_long const MIOP_MIN_ID_LENGTH = 0u
 
static u_long const MIOP_MAX_ID_LENGTH = 252u
 
static u_long const MIOP_DEFAULT_ID_LENGTH = 12u
 
static u_long const MIOP_DEFAULT_HEADER_SIZE
 
static u_long const MIOP_MIN_HEADER_SIZE
 
static u_long const MIOP_MAX_HEADER_SIZE
 
static u_long const MIOP_MAX_DGRAM_SIZE = ACE_MAX_UDP_PACKET_SIZE
 
static u_long const TAO_DEFAULT_MIOP_FRAGMENT_SIZE = MIOP_MAX_DGRAM_SIZE
 
static u_long const TAO_DEFAULT_MIOP_MAX_FRAGMENTS = 0u
 
static bool const TAO_DEFAULT_MIOP_SEND_THROTTLING = true
 
static bool const TAO_DEFAULT_MIOP_EAGER_DEQUEUEING = true
 
static CORBA::Octet const miop_magic [4]
 

Detailed Description

Id:
miopconf.h 96702 2013-01-24 15:52:45Z sma

Build configuration file.

Author
Copyright 1995 by Sun Microsystems, Inc.
Chris Cleeland
Douglas C. Schmidt

Macro Definition Documentation

#define TAO_DEF_MIOP_MAJOR   1
#define TAO_DEF_MIOP_MINOR   0

Variable Documentation

u_long const MIOP_DEFAULT_HEADER_SIZE
static
Initial value:
=
static u_long const MIOP_ID_CONTENT_OFFSET
Definition: miopconf.h:70
static u_long const MIOP_DEFAULT_ID_LENGTH
Definition: miopconf.h:75
u_long const MIOP_DEFAULT_ID_LENGTH = 12u
static
u_long const MIOP_ID_CONTENT_OFFSET = 20u
static
CORBA::Octet const miop_magic[4]
static
Initial value:
= {
0x4d, 0x49, 0x4f, 0x50
}
u_long const MIOP_MAX_DGRAM_SIZE = ACE_MAX_UDP_PACKET_SIZE
static
u_long const MIOP_MAX_HEADER_SIZE
static
Initial value:
=
static u_long const MIOP_ID_CONTENT_OFFSET
Definition: miopconf.h:70
static u_long const MIOP_MAX_ID_LENGTH
Definition: miopconf.h:74
u_long const MIOP_MAX_ID_LENGTH = 252u
static
u_long const MIOP_MIN_HEADER_SIZE
static
Initial value:
=
static u_long const MIOP_ID_CONTENT_OFFSET
Definition: miopconf.h:70
static u_long const MIOP_MIN_ID_LENGTH
Definition: miopconf.h:73
u_long const MIOP_MIN_ID_LENGTH = 0u
static
bool const TAO_DEFAULT_MIOP_EAGER_DEQUEUEING = true
static
u_long const TAO_DEFAULT_MIOP_FRAGMENT_SIZE = MIOP_MAX_DGRAM_SIZE
static
int const TAO_DEFAULT_MIOP_FRAGMENTS_CLEANUP_DELAY = 1000
static
int const TAO_DEFAULT_MIOP_FRAGMENTS_CLEANUP_MEMORY = 3000000
static
int const TAO_DEFAULT_MIOP_FRAGMENTS_CLEANUP_NUMBER = 5
static
u_long const TAO_DEFAULT_MIOP_MAX_FRAGMENTS = 0u
static
bool const TAO_DEFAULT_MIOP_SEND_THROTTLING = true
static