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

43 Commits

Author SHA1 Message Date
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
lidgren
f65504518c Fragmentation fix 2010-06-17 17:47:15 +00:00
lidgren
3bd903aeb8 Wrong appidentifier now sends immediate Disconnect
BarebonesClient/Server added
2010-06-17 16:47:23 +00:00
lidgren
d1bdfe7b58 SRP work 2010-06-11 11:56:47 +00:00
lidgren
38c4a7a446 Resend bug fixed, unit tests expanded, misc cleanup 2010-06-01 18:28:14 +00:00
lidgren
046ca06ec6 Sequence numbers now stored in dictionary per connection to enable sending the same message reliable ordered message to several connections 2010-05-20 18:36:19 +00:00
lidgren
00edeaabf4 IndexerName added, comment added and corrected allocation in imageserver sample 2010-05-18 20:23:16 +00:00
lidgren
e38c94e526 forgot to submit project file change 2010-05-15 09:44:27 +00:00
lidgren
bb24c4b3ae Added masterserversample Documentation.txt 2010-05-15 09:30:29 +00:00
lidgren
7a6454b8a3 MasterServerSample slightly working but wholly untested 2010-05-15 07:53:25 +00:00
lidgren
1e797ad9a7 removed .suo file 2010-05-14 20:56:17 +00:00
lidgren
9577d4b4a6 Missing project added; various code cleanups 2010-05-14 17:12:26 +00:00
lidgren
6afb80ab12 masterserver sample work 2010-05-11 20:42:58 +00:00
lidgren
e62057c250 master server sample work 2010-05-11 11:59:18 +00:00
lidgren
51a18d5957 NAT intro work 2010-05-10 16:23:08 +00:00
lidgren
66802928b6 Nat introduction added; sample added (not finished yet) 2010-05-10 09:43:45 +00:00
lidgren
fbcd550a2a transferred from trunk/Generation3 of lidgren-network 2010-05-06 18:30:27 +00:00