MCPcopy Create free account

hub / github.com/cmu440/p1 / types & classes

Types & classes18 in github.com/cmu440/p1

InterfaceClient
Client defines the interface for a LSP client.
src/github.com/cmu440/lsp/client_api.go:6
StructMessage
Message represents a message used by the LSP protocol.
src/github.com/cmu440/lsp/message.go:17
StructMessage
Message represents a message that can be sent between components in the bitcoin mining distributed system. Messages must be marshalled into a byte sli
src/github.com/cmu440/bitcoin/message.go:16
TypeAliasMsgType
MsgType is an integer code describing an LSP message type.
src/github.com/cmu440/lsp/message.go:8
TypeAliasMsgType
src/github.com/cmu440/bitcoin/message.go:5
StructParams
Params defines configuration parameters for an LSP client or server.
src/github.com/cmu440/lsp/params.go:15
InterfaceServer
Server defines the interface for a LSP server.
src/github.com/cmu440/lsp/server_api.go:6
StructUDPAddr
UDPAddr is a wrapper around net.UDPAddr.
src/github.com/cmu440/lspnet/addr.go:6
StructUDPConn
UDPConn is a wrapper around net.UDPConn. Method invocations are for the most part proxied directly to the corresponding methods in the net.UDPConn pac
src/github.com/cmu440/lspnet/conn.go:29
Structclient
src/github.com/cmu440/lsp/client_impl.go:7
TypeAliascloseTestMode
src/github.com/cmu440/lsp/lsp3_test.go:25
StructcloseTestSystem
src/github.com/cmu440/lsp/lsp3_test.go:39
Structserver
src/github.com/cmu440/lsp/server_impl.go:7
TypeAliassyncTestMode
src/github.com/cmu440/lsp/lsp4_test.go:22
StructsyncTestSystem
src/github.com/cmu440/lsp/lsp4_test.go:31
StructtestSystem
src/github.com/cmu440/lsp/lsp1_test.go:25
TypeAliaswindowTestMode
src/github.com/cmu440/lsp/lsp2_test.go:23
StructwindowTestSystem
src/github.com/cmu440/lsp/lsp2_test.go:30