connectionmanager

package
v0.0.0-...-3195ca0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2014 License: AGPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConnectionManager

func NewConnectionManager(c *Configuration) (connectionManager, error)

Types

type Configuration

type Configuration struct {
	Disabled bool

	Reader struct {
		Socket    int
		QueueSize int
	}

	Manager struct {
		Agents     int //Number of manager routines
		Timeout    int //Number of seconds before we assume the connection has closed
		MaxPackets int //Number of packets before we...
		QueueSize  int //Number of Closed Connections on the outbound queue.
		GCDisabled bool
	}

	Classification struct {
		Agents    int //Number of classification Routines
		QueueSize int //The maximum outbound queue size.
		Dump      struct {
			All     bool
			Unknown bool
			Path    string
		}
	}
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL