Network/test/dorkboxTest/network
Robinson 94048cfe8f
Added file transport to streaming manager
2023-07-16 14:57:04 +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 Added port1/2 settings to server + client. 2023-07-11 00:11:58 +02:00
rmi Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
AeronClient.kt Moved port from configuration file to API call for connect() and bind() 2023-06-26 19:28:55 +02:00
AeronClientServer.kt Moved port from configuration file to API call for connect() and bind() 2023-06-26 19:28:55 +02:00
AeronPubSubTest.kt Connection handshake timeouts are more standardized to nanoseconds 2023-07-03 19:18:34 +02:00
AeronRmiClientServer.kt Changed applicationId -> appId 2023-07-12 14:04:32 +02:00
AeronServer.kt Moved port from configuration file to API call for connect() and bind() 2023-06-26 19:28:55 +02:00
BaseTest.kt Better error checking. added kryo-exception checking/failures for unittests 2023-07-15 13:12:25 +02:00
ConnectionFilterTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
DisconnectReconnectTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
ErrorLoggerTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
ListenerTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
MultiClientTest.kt Added port1/2 settings to server + client. 2023-07-11 00:11:58 +02:00
MultipleServerTest.kt Added port1/2 settings to server + client. 2023-07-11 00:11:58 +02:00
PingPongTest.kt Better error checking. added kryo-exception checking/failures for unittests 2023-07-15 13:12:25 +02:00
PingTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26: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 Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
SerializationValidationTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
SimplePortTest.kt Added port1/2 settings to server + client. 2023-07-11 00:11:58 +02:00
SimpleTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
StorageTest.kt updated test for kotlin val get/set 2023-07-02 22:03:23 +02:00
StreamingTest.kt Added file transport to streaming manager 2023-07-16 14:57:04 +02:00