Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExamplesConfig = struct { AeronPrefix *string ProfilerEnabled *bool DriverTo *int64 StreamID *int Channel *string Messages *int Size *int LoggingOn *bool }{ flag.String("p", aeron.DefaultAeronDir, "root directory for aeron driver file"), flag.Bool("prof", false, "enable CPU profiling"), flag.Int64("to", 10000, "driver liveliness timeout in ms"), flag.Int("sid", 10, "default streamId to use"), flag.String("chan", "aeron:udp?endpoint=localhost:40123", "default channel to subscribe to"), flag.Int("m", 1000000, "number of messages to send"), flag.Int("len", 256, "messages size"), flag.Bool("l", false, "enable logging"), }
View Source
var PingPongConfig = struct { PongStreamID *int PingStreamID *int PongChannel *string PingChannel *string }{ flag.Int("S", 11, "streamId to use for pong"), flag.Int("s", 10, "streamId to use for ping"), flag.String("C", "aeron:ipc", "pong channel"), flag.String("c", "aeron:ipc", "ping channel"), }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.