| seda.sandStorm.lib.aSocket.aSocketConst
All known Subclasses: seda.sandStorm.lib.aSocket.SockState, seda.sandStorm.lib.aSocket.WriteEventHandler, seda.sandStorm.lib.aSocket.aSocketRCTMSleep, seda.sandStorm.lib.aSocket.aSocketThreadManager, seda.sandStorm.lib.aSocket.DatagramSockState,
aSocketConst | public interface aSocketConst (Code) | | Internal constants used by the aSocket implementation.
|
EVENT_QUEUE_SPIN | final public static int EVENT_QUEUE_SPIN(Code) | | Number of times to spin on event queue
|
EVENT_QUEUE_TIMEOUT | final public static int EVENT_QUEUE_TIMEOUT(Code) | | Time in ms to sleep waiting on event queue
|
LARGE_AGGREGATION | final public static int LARGE_AGGREGATION(Code) | | Maximum aggregation constant for aSocketRCTM.
|
LISTENSTAGE_NAME | final public static String LISTENSTAGE_NAME(Code) | | |
MAX_ACCEPTS_AT_ONCE | final public static int MAX_ACCEPTS_AT_ONCE(Code) | | Maximum number of accepts to process at once
|
MAX_WRITES_AT_ONCE | final public static int MAX_WRITES_AT_ONCE(Code) | | Maximum number of writes to process at once
|
MAX_WRITE_LEN | final public static int MAX_WRITE_LEN(Code) | | Maximum number of bytes to try writing at once; -1 if no limit
|
MAX_WRITE_REQS_PER_SOCKET | final public static int MAX_WRITE_REQS_PER_SOCKET(Code) | | Maximum number of write reqs on a socket to process at once
|
MEASUREMENT_SIZE | final public static int MEASUREMENT_SIZE(Code) | | Number of measurements to use when adjusting rate in aSocketRCTM.
|
READSTAGE_NAME | final public static String READSTAGE_NAME(Code) | | |
READ_BUFFER_COPY | final public static boolean READ_BUFFER_COPY(Code) | | Indicates whether the reader should copy data into a new buffer
|
READ_BUFFER_SIZE | final public static int READ_BUFFER_SIZE(Code) | | The size of the internal read buffer in bytes
|
SELECT_SPIN | final public static int SELECT_SPIN(Code) | | Number of times to spin on select
|
SELECT_TIMEOUT | final public static int SELECT_TIMEOUT(Code) | | Time in ms to sleep waiting for select
|
TRYWRITE_SPIN | final public static int TRYWRITE_SPIN(Code) | | Number of times to try to finish a socket write
|
WRITESTAGE_NAME | final public static String WRITESTAGE_NAME(Code) | | |
WRITE_MASK_DISABLE_THRESHOLD | final public static int WRITE_MASK_DISABLE_THRESHOLD(Code) | | Number of empty writes after which write-ready mask is disabled.
If set to -1, no disable will occur.
|
|
|