Add NetMarshal TODO list.

This commit is contained in:
Captain ALM 2022-06-21 22:18:14 +01:00
parent 02bc08bae6
commit d4726c553c
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
1 changed files with 6 additions and 1 deletions

View File

@ -3,4 +3,9 @@
*
* @author Captain ALM
*/
package com.captainalm.lib.calmnet.marshal;
package com.captainalm.lib.calmnet.marshal;
/*TODO:
NetMarshalClientWrapped - Stream wrapping support
NetMarshalServer - Has a thread for UDP receiving and has a dictionary of input streams (final, created in constructor)
NetMarshalServerWrapped - Constructs NetMarshalClientWrapped instead of NetMarshalClient, stream wrapping support
*/