os_inet.h File Reference

This graph shows which files directly or indirectly include this file:

Functions

ace pre h C int inet_aton (const char *, struct in_addr *)

Detailed Description

definitions for internet operations

Id
os_inet.h 85015 2009-04-03 12:27:59Z johnnyw
Author:
Don Hinton <dhinton@dresystems.com>
This code was originally in various places including ace/OS.h.

Function Documentation

ace pre h C int inet_aton ( const char *  ,
struct in_addr  
)

In some environments it is useful to swap the bytes on write, for instance: a fast server can be feeding a lot of slow clients that happen to have the wrong byte order. Because this is a rarely used feature we disable it by default to minimize footprint. This macro enables the functionality, but we still need a way to activate it on a per-connection basis. In some environements we never need to swap bytes when reading, for instance embebbed systems (such as avionics) or homogenous networks. Setting this macro disables the capabilities to demarshall streams in the wrong byte order.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Fri Sep 11 03:53:54 2009 for ACE by  doxygen 1.6.1