TAO_PortableGroup  3.0.0
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

Build configuration file.

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

Macro Definition Documentation

◆ TAO_DEF_MIOP_MAJOR

#define TAO_DEF_MIOP_MAJOR   1

◆ TAO_DEF_MIOP_MINOR

#define TAO_DEF_MIOP_MINOR   0

Variable Documentation

◆ MIOP_DEFAULT_HEADER_SIZE

u_long const MIOP_DEFAULT_HEADER_SIZE
static
Initial value:
=
static u_long const MIOP_ID_CONTENT_OFFSET
Definition: miopconf.h:68
static u_long const MIOP_DEFAULT_ID_LENGTH
Definition: miopconf.h:73

◆ MIOP_DEFAULT_ID_LENGTH

u_long const MIOP_DEFAULT_ID_LENGTH = 12u
static

◆ MIOP_ID_CONTENT_OFFSET

u_long const MIOP_ID_CONTENT_OFFSET = 20u
static

◆ miop_magic

CORBA::Octet const miop_magic[4]
static
Initial value:
= {
0x4d, 0x49, 0x4f, 0x50
}

◆ MIOP_MAX_DGRAM_SIZE

u_long const MIOP_MAX_DGRAM_SIZE = ACE_MAX_UDP_PACKET_SIZE
static

◆ MIOP_MAX_HEADER_SIZE

u_long const MIOP_MAX_HEADER_SIZE
static
Initial value:
=
static u_long const MIOP_MAX_ID_LENGTH
Definition: miopconf.h:72

◆ MIOP_MAX_ID_LENGTH

u_long const MIOP_MAX_ID_LENGTH = 252u
static

◆ MIOP_MIN_HEADER_SIZE

u_long const MIOP_MIN_HEADER_SIZE
static
Initial value:
=
static u_long const MIOP_MIN_ID_LENGTH
Definition: miopconf.h:71

◆ MIOP_MIN_ID_LENGTH

u_long const MIOP_MIN_ID_LENGTH = 0u
static

◆ TAO_DEFAULT_MIOP_EAGER_DEQUEUEING

bool const TAO_DEFAULT_MIOP_EAGER_DEQUEUEING = true
static

◆ TAO_DEFAULT_MIOP_FRAGMENT_SIZE

u_long const TAO_DEFAULT_MIOP_FRAGMENT_SIZE = MIOP_MAX_DGRAM_SIZE
static

◆ TAO_DEFAULT_MIOP_FRAGMENTS_CLEANUP_DELAY

int const TAO_DEFAULT_MIOP_FRAGMENTS_CLEANUP_DELAY = 1000
static

◆ TAO_DEFAULT_MIOP_FRAGMENTS_CLEANUP_MEMORY

int const TAO_DEFAULT_MIOP_FRAGMENTS_CLEANUP_MEMORY = 3000000
static

◆ TAO_DEFAULT_MIOP_FRAGMENTS_CLEANUP_NUMBER

int const TAO_DEFAULT_MIOP_FRAGMENTS_CLEANUP_NUMBER = 5
static

◆ TAO_DEFAULT_MIOP_MAX_FRAGMENTS

u_long const TAO_DEFAULT_MIOP_MAX_FRAGMENTS = 0u
static

◆ TAO_DEFAULT_MIOP_SEND_THROTTLING

bool const TAO_DEFAULT_MIOP_SEND_THROTTLING = true
static