VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vlutil
vlInetPlatformUtils.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
9
#pragma once
10
11
#include <vlutil/vlConfig.h>
12
#include <
vlutil/vlMutex.h
>
13
14
#ifdef DtUSE_UTILITIES_NAMESPACE
15
namespace
DtUSE_UTILITIES_NAMESPACE
16
{
17
#endif
18
21
namespace
DtInetUtils
22
{
23
extern
int
theMaxPacketBufferSize
;
24
25
#ifdef _WIN32
26
extern
int
theWindowsInitRefCount;
27
extern
DtMutex
theWindowsInitRefCountMutex;
28
#endif
29
30
DT_DLL_VLUTIL
void
setMaxPacketBufferSize
(
int
size );
31
DT_DLL_VLUTIL
int
getMaxPacketBufferSize
();
32
33
DT_DLL_VLUTIL
void
initHostNetworkLayer
();
34
DT_DLL_VLUTIL
void
initInetAsyncIoService
();
35
DT_DLL_VLUTIL
void
stopInetAsyncIoService
();
36
37
#ifdef _WIN32
38
DT_DLL_VLUTIL
void
windowsInit();
39
DT_DLL_VLUTIL
void
windowsCleanup();
40
#endif
41
42
}
43
44
#ifdef DtUSE_UTILITIES_NAMESPACE
45
}
46
#endif
47
48
49
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)