network-anonymous-i2p-0.9.2: Haskell API for I2P anonymous networking

Safe HaskellNone
LanguageHaskell2010

Network.Anonymous.I2P.Types.Session

Description

Session related types

Synopsis

Documentation

data Context Source

Context object that is required for all functions that operate on top of the SAM bridge.

Constructors

Context 

Fields

conn :: Socket

Our connection with the SAM bridge

socketType :: SocketType

The type of connection we are managing

sessionId :: String

Our session id

privDest :: PrivateDestination

Our private destination

pubDest :: PublicDestination

Our public destination which we can give out to others