Network/src/dorkbox/network
2023-09-07 18:08:22 +02:00
..
aeron Initial value of threadID is 0, so we don't have to initialize the poller in order to close it 2023-09-07 12:23:23 +02:00
connection removed debug code 2023-09-07 17:23:27 +02:00
connectionType Added package-info.java 2023-09-03 21:09:54 +02:00
exceptions Added package-info.java 2023-09-03 21:09:54 +02:00
handshake code cleanup 2023-09-06 16:20:23 +02:00
ipFilter Added package-info.java 2023-09-03 21:09:54 +02:00
ping Moved ping() to the connection object 2023-09-05 12:57:16 +02:00
rmi various steps to optimize RMI calls (they are ~1.5x as slow as standard message passing 2023-09-07 18:08:22 +02:00
serialization comments fixed 2023-09-07 01:02:17 +02:00
Client.kt Code cleanup 2023-09-06 16:24:45 +02:00
Configuration.kt Moved ping to the connection object 2023-09-05 12:58:38 +02:00
package-info.java Added package-info.java 2023-09-03 21:09:54 +02:00
Server.kt Enable to dynamically enable IPC when explicitly called 2023-09-07 12:23:47 +02:00