Paul Pacheco
|
9af7879da0
|
simplify fragmentation by using the new WriteBytesAndSize method
|
2018-06-22 09:32:19 +02:00 |
|
vis2k
|
0a34efbaf4
|
NetworkReader/Writer use C#'s built in BinaryReader/Writer; removed NetworkBuffer; removed redundant .AsArray()/AsArraySegment() functions; removed unnecessary constructors
|
2018-06-22 09:32:19 +02:00 |
|
vis2k
|
0329ed787f
|
ChannelBuffer: removed static NetworkWriter caching to simplify code
|
2018-06-22 09:32:19 +02:00 |
|
vis2k
|
798afca9ec
|
ChannelBuffer: removed static message caching to simplify code and reduce state
|
2018-06-22 09:32:19 +02:00 |
|
vis2k
|
be9efea78c
|
ChannelBuffer, NetworkServer: consistent packet max size check with > UInt16.MaxValue (=64kb) instead of short.MaxValue which would limit packet size to 32kb; also uses consistent '<' check now instead of '<=' sometimes
|
2018-06-12 22:35:36 +02:00 |
|
vis2k
|
b8a289ba49
|
ChannelBuffer MaxBufferedPackets log message fixed, logs proper max value now
|
2018-06-12 22:32:24 +02:00 |
|
vis2k
|
88a68d8af4
|
ChannelBuffer.MaxPendingPacketCount redundant option removed because there is already MaxBufferedPackets. Fixeds a bug where setting MaxBufferedPackets in NetworkManager would not be applied to the channels, always leaving them with at max 16 buffered packets and causing issues under load.
|
2018-06-08 16:31:31 +02:00 |
|
vis2k
|
1e77e191b3
|
HLAPI 2017.4 (from https://bitbucket.org/Unity-Technologies/networking/src 2017.3, which is the same for 2017.4)
|
2018-06-07 15:41:08 +02:00 |
|