Documentation
¶
Index ¶
- type Suite
- func (s *Suite) AllTests() []utesting.Test
- func (s *Suite) TestFindnodeResults(t *utesting.T)
- func (s *Suite) TestFindnodeZeroDistance(t *utesting.T)
- func (s *Suite) TestPing(t *utesting.T)
- func (s *Suite) TestPingHandshakeInterrupted(t *utesting.T)
- func (s *Suite) TestPingLargeRequestID(t *utesting.T)
- func (s *Suite) TestPingMultiIP(t *utesting.T)
- func (s *Suite) TestTalkRequest(t *utesting.T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Suite ¶
Suite is the discv5 test suite.
func (*Suite) TestFindnodeResults ¶
func (*Suite) TestFindnodeZeroDistance ¶
func (*Suite) TestPingHandshakeInterrupted ¶
TestPingHandshakeInterrupted starts a handshake, but doesn't finish it and sends a second ordinary message packet instead of a handshake message packet. The remote node should respond with another WHOAREYOU challenge for the second packet.
func (*Suite) TestPingLargeRequestID ¶
func (*Suite) TestPingMultiIP ¶
func (*Suite) TestTalkRequest ¶
Click to show internal directories.
Click to hide internal directories.