Go to the source code of this file.
BOOST_AUTO_TEST_CASE |
( |
test_secrets_cpp_vectors |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
test_secrets_from_go |
| ) |
|
test macs of frame headers
Definition at line 192 of file rlpx.cpp.
BOOST_AUTO_TEST_CASE |
( |
ecies_interop_test_primitives |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
segmentedPacketFlush |
| ) |
|
Test writing a 64byte RLPStream and drain with frame size that forces packet to be pieced into 4 frames. (Minimum frame size has room for 16 bytes of payload)
Definition at line 467 of file rlpx.cpp.
BOOST_AUTO_TEST_CASE |
( |
coalescedPacketsPadded |
| ) |
|
Test writing four 32 byte RLPStream packets such that a single 1KB frame will incldue all four packets.
Definition at line 541 of file rlpx.cpp.
BOOST_AUTO_TEST_CASE |
( |
singleFramePacketFlush |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
multiProtocol |
| ) |
|
Test writing four 32 byte RLPStream packets with different protocol ID.
Definition at line 645 of file rlpx.cpp.
BOOST_AUTO_TEST_CASE |
( |
oddSizedMessages |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
pseudorandom |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
randomizedMultiProtocol |
| ) |
|
bytes generatePseudorandomPacket |
( |
h256 const & |
_h | ) |
|