Michael Lidgren
47ffa3b428
Fix for overallocation
2015-05-06 08:31:32 +02:00
Michael Lidgren
fa8b1e986d
First iteration improved multiplatform support
2015-03-24 13:26:55 +01:00
Andrés Leone
f2e70ecd5d
Fix workaround for the Unity Web Player.
...
It pass the unit tests.
This fix can have the problem described here:
- http://stackoverflow.com/questions/957388/why-are-rijndaelmanaged-and-aescryptoserviceprovider-returning-different-results/4863924#4863924
2015-03-22 03:48:13 +01:00
lidgren
869ccb7bcb
Added missing file NetCryptoProviderBase.cs
2014-10-11 08:22:49 +00:00
lidgren
0d2955637d
Added NetConnection.CanSendImmediately() to determine if the sliding window is full
...
Recycle outgoing dropped messages
Encryption using CryptoProviders refactored
Added NetUnreliableSizeBehaviour to configure behaviour for unreliable messages above MTU
Debug stats show number of received fragments
2014-10-10 15:25:54 +00:00
lidgren
d38143cca7
Encryption fixed
2014-10-10 07:35:17 +00:00
lidgren
f2aa4b4ce2
Warnings and minor inconsistencies fixed
2014-08-25 07:34:56 +00:00
lidgren
4bfb24da96
Added some UNITY defines; fix by aeronaut84. Untested.
2014-08-02 18:01:30 +00:00
lidgren
2cdb29a768
Some IOS and Android changes contributed by technomage
2012-11-05 12:38:36 +00:00
lidgren
05d2efd337
Linq namespace usage removed
2012-08-23 13:37:28 +00:00
lidgren
fbb6d9ed51
- Patch from MonoGame; makes the BroadcastAddress configurable and changes text encoding from ASCII to UTF8, required for Android support
2012-06-08 07:35:02 +00:00
lidgren
b099bb8703
Fixed issue with very large encrypted message
2011-06-28 06:47:20 +00:00
lidgren
814cd1507d
Various encryption algorithms added; thanks shawn andrew rose
2011-04-25 15:25:35 +00:00
lidgren
19000f8036
XML comments added to remove all warnings; Documentation.chm updated
2011-04-25 15:13:36 +00:00
lidgren
a4503d22e1
Net encryption generalized to support more algorithms
2011-04-16 22:37:15 +00:00