TAO_PortableGroup  2.1.6
 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 CORBA::Octet const miop_magic [4]

Detailed Description

Id:
miopconf.h 96029 2012-08-10 14:01:17Z 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
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
u_long const MIOP_MAX_ID_LENGTH = 252u
static
u_long const MIOP_MIN_HEADER_SIZE
static
u_long const MIOP_MIN_ID_LENGTH = 0u
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