1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-14 06:06:30 +09:00
Commit Graph

66 Commits

Author SHA1 Message Date
lidgren
b6d2111380 Release build fixed for NetPeerSettingsWindow
ManyClients project excluded missing app.config file
Reduced number of calls to NetTime.Now when receiving multiple messages
Moved magic numbers to constants in NetConnection
2012-11-05 13:39:57 +00:00
lidgren
e1a66ae0cd Robustified and optimized GetBestChunkSize() 2012-10-24 13:06:46 +00:00
lidgren
1801432a28 MasterServer sample improved 2012-10-19 07:25:34 +00:00
lidgren
a28bb5439c - Fixed various number to avoid re-allocating netbuffer storage 2012-09-24 07:09:30 +00:00
lidgren
af4f77a8a5 MasterServer sample fixed 2012-09-13 07:10:52 +00:00
lidgren
29bd071d0d Samples fixed for namechange Endpoint -> EndPoint 2012-07-19 22:41:09 +00:00
lidgren
f09e384fdb Made SamplesCommon settings dialog actually useful 2012-07-06 22:29:29 +00:00
lidgren
1ecf9fd8b8 Changed all Endpoint to EndPoint for consistency 2012-07-06 21:28:13 +00:00
lidgren
d11dcbe257 Invalid warning message about status fixed 2012-07-06 18:29:57 +00:00
lidgren
20eeb48a88 Lots of fixes for sample solutions 2012-05-26 09:30:09 +00:00
lidgren
ae70354832 fixed Chat sample project dependencies 2012-05-26 08:11:51 +00:00
lidgren
0a0e319f21 NetIncomingMessage and NetOutgoingMessage common parts unified in NetBuffer; which is now a base class for the former 2012-03-23 08:59:32 +00:00
lidgren
4d6f556be3 Forgot to submit SamplesCommon project file in previous VS2010 upgrade 2012-01-25 13:45:10 +00:00
lidgren
47ef6f1055 All projects converted to .Net 4.0 and VS2010 2012-01-07 11:01:32 +00:00
lidgren
95850b205a Suppressed Connection Reset messages. Fixed Chat server sample. 2011-11-06 09:24:08 +00:00
lidgren
36bf73bfbe Improved performance (very slightly) when batch recycling incoming messages 2011-09-25 10:38:57 +00:00
lidgren
9e3104f5da Added fix for delayed Approval 2011-09-19 17:31:23 +00:00
lidgren
60a6b28189 NetPeerConfiguration.AutoFlushSendQueue added. When set to false; application must call NetPeer.FlushSendQueue manually. 2011-09-12 09:34:50 +00:00
lidgren
b4fd011e5b - ReadMessages() added to batch read messages. Image sample changed to use the new batch method. 2011-09-09 08:11:38 +00:00
lidgren
ff63163632 Invalid reference patched 2011-07-21 11:27:01 +00:00
lidgren
255628e641 UPnP port forwarding improved to tolerate up to 1000 ms of router response time; UPnP added to DurableSample 2011-06-07 06:13:34 +00:00
lidgren
c56e190cba RegisterReceivedCallback added to get a callback using SynchronizationContext when a message arrives 2011-05-18 06:17:15 +00:00
lidgren
a4503d22e1 Net encryption generalized to support more algorithms 2011-04-16 22:37:15 +00:00
lidgren
226bb301ce Bug in fragmentation fixed 2011-02-26 09:26:35 +00:00
lidgren
d3085ec38a Unconnected sample added 2011-01-29 14:01:37 +00:00
lidgren
57525d980c Tweaked/fixed some samples 2010-12-22 22:10:08 +00:00
lidgren
772d80835b Crude Path MTU detection added 2010-12-12 19:07:55 +00:00
lidgren
be902b8010 Initializing ping to random start to make network stream more unpredictable 2010-12-09 07:56:34 +00:00
lidgren
3103892362 DurableSample altered to use DiscoverKnownPeer 2010-11-21 20:53:32 +00:00
lidgren
936e329b40 File stream sample added 2010-11-14 23:05:32 +00:00
lidgren
e1d1913d15 SpeedSample added 2010-11-03 13:18:23 +00:00
lidgren
dd192b1486 Capped max connection heartbeats per second 2010-11-03 13:00:05 +00:00
lidgren
79547ca148 ManySample changed to better handle large amount of clients 2010-11-03 11:20:31 +00:00
lidgren
6c3f5447a9 ManySample added 2010-11-03 10:39:14 +00:00
lidgren
9b24fa7f38 Fixed bug in XNA sample 2010-10-31 09:28:58 +00:00
lidgren
e866600c98 ImageSample sample added 2010-10-30 21:29:10 +00:00
lidgren
e761f7005e NetPeer.WaitMessage readded
LibraryTestSamples/DurableSample added
2010-10-30 19:55:02 +00:00
lidgren
3e054eecc7 XNA sample updated to vs2010, xna 4.0 2010-10-29 19:02:52 +00:00
lidgren
41f96eefcf 3.5 updates 2010-10-19 18:00:05 +00:00
lidgren
609bc1afe2 major update; gen 3.5 2010-10-19 17:45:55 +00:00
lidgren
e38bdfeab6 Changed return value of SendMessage to bool for consistency
Added a number of verbose debug messages (to be removed later)
2010-09-12 20:00:12 +00:00
lidgren
c185b3b16f NetConnection.UnsentBytesCount added 2010-09-07 06:53:23 +00:00
lidgren
cf60a5ef57 Enumerated and exposed network thread name 2010-08-13 06:44:07 +00:00
lidgren
38bb13b3a7 initializing network (including binding to socket) moved out from network thread, enabling catching of exceptions
ConnectionReset on reading handled properly (by disconnecting) when only one connection
readonly added to various members
2010-08-11 18:34:15 +00:00
lidgren
631b2b33ac Chat sample now uses custom sequence channel 2010-07-13 14:38:31 +00:00
lidgren
551dca6d0e NetIncomingMessage and NetOutgoingMessage now implements Stream as base class 2010-07-13 14:28:34 +00:00
lidgren
80c8fa61ec ManySample added, for now 2010-06-26 21:11:07 +00:00
lidgren
51a4bfa5ea KeepAliveDelay removed; ping frequency doubled instead if no activity in 1.5 x ping frequency 2010-06-24 11:23:36 +00:00
lidgren
77d480e3cb Fixes for RELEASE version to compile 2010-06-22 06:59:19 +00:00
lidgren
14d3f3b390 Major refactoring of sending messages to multiple recipients 2010-06-21 19:22:21 +00:00