Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cmu440/p1
/ types & classes
Types & classes
18 in github.com/cmu440/p1
⨍
Functions
159
◇
Types & classes
18
Interface
Client
Client defines the interface for a LSP client.
src/github.com/cmu440/lsp/client_api.go:6
Struct
Message
Message represents a message used by the LSP protocol.
src/github.com/cmu440/lsp/message.go:17
Struct
Message
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
TypeAlias
MsgType
MsgType is an integer code describing an LSP message type.
src/github.com/cmu440/lsp/message.go:8
TypeAlias
MsgType
src/github.com/cmu440/bitcoin/message.go:5
Struct
Params
Params defines configuration parameters for an LSP client or server.
src/github.com/cmu440/lsp/params.go:15
Interface
Server
Server defines the interface for a LSP server.
src/github.com/cmu440/lsp/server_api.go:6
Struct
UDPAddr
UDPAddr is a wrapper around net.UDPAddr.
src/github.com/cmu440/lspnet/addr.go:6
Struct
UDPConn
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
Struct
client
src/github.com/cmu440/lsp/client_impl.go:7
TypeAlias
closeTestMode
src/github.com/cmu440/lsp/lsp3_test.go:25
Struct
closeTestSystem
src/github.com/cmu440/lsp/lsp3_test.go:39
Struct
server
src/github.com/cmu440/lsp/server_impl.go:7
TypeAlias
syncTestMode
src/github.com/cmu440/lsp/lsp4_test.go:22
Struct
syncTestSystem
src/github.com/cmu440/lsp/lsp4_test.go:31
Struct
testSystem
src/github.com/cmu440/lsp/lsp1_test.go:25
TypeAlias
windowTestMode
src/github.com/cmu440/lsp/lsp2_test.go:23
Struct
windowTestSystem
src/github.com/cmu440/lsp/lsp2_test.go:30