SK.gnome.dwarf.tcpip
Class TCPIPConstants

java.lang.Object
  extended bySK.gnome.dwarf.Constants
      extended bySK.gnome.dwarf.tcpip.TCPIPConstants

public class TCPIPConstants
extends Constants

Provides global TCP/IP constants.


Field Summary
static int TCPIP_DEFAULT_BACKLOG_SIZE
          Default server socket queue size.
static int TCPIP_DEFAULT_HANDLER_TIMEOUT
          Default spare handler timeout in seconds.
static int TCPIP_DEFAULT_MAX_HANDLERS
          Default maximum number of handlers.
static int TCPIP_DEFAULT_MIN_HANDLERS
          Default minimum number of handlers.
static int TCPIP_DEFAULT_QUEUE_SIZE
          Default connection queue size.
static int TCPIP_DEFAULT_REGISTRATION_QUEUE_SIZE
          Default channel registration queue size.
static int TCPIP_DEFAULT_UDP_PACKET_SIZE
          Default size of a UDP packet.
static int TCPIP_MAX_UDP_PACKET_SIZE
          Maximum size of a UDP packet.
 
Fields inherited from class SK.gnome.dwarf.Constants
DEFAULT_CACHE_INTERVAL, DEFAULT_CONSOLE_TIMEOUT, DEFAULT_SHUTDOWN_TIMEOUT, LS, PLATFORM_DETAILS
 
Constructor Summary
TCPIPConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TCPIP_DEFAULT_QUEUE_SIZE

public static final int TCPIP_DEFAULT_QUEUE_SIZE
Default connection queue size.

Value: 20

See Also:
Constant Field Values

TCPIP_DEFAULT_REGISTRATION_QUEUE_SIZE

public static final int TCPIP_DEFAULT_REGISTRATION_QUEUE_SIZE
Default channel registration queue size.

Value: 100

See Also:
Constant Field Values

TCPIP_DEFAULT_HANDLER_TIMEOUT

public static final int TCPIP_DEFAULT_HANDLER_TIMEOUT
Default spare handler timeout in seconds.

Value: 600

See Also:
Constant Field Values

TCPIP_DEFAULT_MIN_HANDLERS

public static final int TCPIP_DEFAULT_MIN_HANDLERS
Default minimum number of handlers.

Value: 5

See Also:
Constant Field Values

TCPIP_DEFAULT_MAX_HANDLERS

public static final int TCPIP_DEFAULT_MAX_HANDLERS
Default maximum number of handlers.

Value: 20

See Also:
Constant Field Values

TCPIP_DEFAULT_BACKLOG_SIZE

public static final int TCPIP_DEFAULT_BACKLOG_SIZE
Default server socket queue size.

Value: 5

See Also:
Constant Field Values

TCPIP_MAX_UDP_PACKET_SIZE

public static final int TCPIP_MAX_UDP_PACKET_SIZE
Maximum size of a UDP packet.

Value: 65507

See Also:
Constant Field Values

TCPIP_DEFAULT_UDP_PACKET_SIZE

public static final int TCPIP_DEFAULT_UDP_PACKET_SIZE
Default size of a UDP packet.

Value: 8192

See Also:
Constant Field Values
Constructor Detail

TCPIPConstants

public TCPIPConstants()


Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.