KalebDark / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

Readonly fields #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
You can set many fields as readonly, such as:

NetConnection.m_fragmentGroups
NetConnection.m_statistics
NetConnection.m_unsentMessages
NetPeer.m_senderRemote
NetPeer.m_listenPort

The simplest solution is to put readonly on all fields and then remove on those 
where it is impossible.

Original issue reported on code.google.com by NN1436401@gmail.com on 11 Aug 2010 at 4:06

GoogleCodeExporter commented 9 years ago
Fixed in revision 96

Original comment by lidg...@gmail.com on 11 Aug 2010 at 6:59