Network/test/dorkboxTest/network
Robinson 6d519227df
Fixed issues getting the subscription bind address.
2022-08-03 01:52:30 +02:00
..
kryo added more unit tests 2021-08-20 08:51:19 -06:00
lmdb WIP storage sub-system 2021-08-19 00:13:47 -06:00
memoryTest Updated unit tests 2022-03-15 09:46:13 +01:00
rmi Changed Aeron connections from MDC -> "normal" (so the network connections are initialized more like a standard UDP connection would be, instead of the more complicated MDC method 2022-08-02 12:11:36 +02:00
AeronClient.kt Fixed issues getting the subscription bind address. 2022-08-03 01:52:30 +02:00
AeronServer.kt Fixed issues getting the subscription bind address. 2022-08-03 01:52:30 +02:00
BaseTest.kt Increased unit test timeout 2022-08-02 21:15:02 +02:00
ConnectionFilterTest.kt added status output during connect 2022-04-04 23:22:18 +02:00
DisconnectReconnectTest.kt Changed Aeron connections from MDC -> "normal" (so the network connections are initialized more like a standard UDP connection would be, instead of the more complicated MDC method 2022-08-02 12:11:36 +02:00
ErrorLoggerTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
ListenerTest.kt Changed Aeron connections from MDC -> "normal" (so the network connections are initialized more like a standard UDP connection would be, instead of the more complicated MDC method 2022-08-02 12:11:36 +02:00
MultiClientTest.kt Updated the number of clients for the multi-client test to 20 2022-08-02 22:49:28 +02:00
MultipleServerTest.kt Changed Aeron connections from MDC -> "normal" (so the network connections are initialized more like a standard UDP connection would be, instead of the more complicated MDC method 2022-08-02 12:11:36 +02:00
PingPongTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
PingTest.kt Separated ping and roundtrip message unit tests 2022-06-29 16:39:27 +02:00
RandomId65kAllocatorTest.kt Stream and Session ID allocation cannot be re-used so quickly, as ALL other IDs must first be used, before a previously used ID is reused. 2022-06-29 16:37:47 +02:00
RoundTripMessageTest.kt Separated ping and roundtrip message unit tests 2022-06-29 16:39:27 +02:00
SerializationValidationTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
StorageTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
StreamingTest.kt Changed Aeron connections from MDC -> "normal" (so the network connections are initialized more like a standard UDP connection would be, instead of the more complicated MDC method 2022-08-02 12:11:36 +02:00