Update README.md

This commit is contained in:
Captain ALM 2022-07-13 15:57:53 +01:00
parent d4726c553c
commit 790426eb3e
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
This is the java network library with support for SSL, standard cipher encryption (.net Compatible!), fragmentation, packet object and network stream support. This is the java network library with support for SSL, standard cipher encryption (.net Compatible!), fragmentation, packet object and network stream support.
This requires the [calmstdcrypt library](https://code.mrmelon54.xyz/alfred/calmstdcrypt), which is my cryptographic wrapper library.
This library contains streams that can wrap both Socket and DatagramSocket objects. This library contains streams that can wrap both Socket and DatagramSocket objects.
Sending large amounts over UDP is also do-able using the fragmentation part of the library. Sending large amounts over UDP is also do-able using the fragmentation part of the library.