* Rewrote the Header class as a struct and optimize for speed. This shouldn't be a breaking change for most apps, but GridProxy and WinGridProxy will need to be tested as thoroughly as possible. Important to note is that Packet.Header.AckList can be null now
* 404 checking in SeedRequestCompleteHandler * A few new big endian conversion methods in Utils git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2709 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -33,7 +33,7 @@ namespace OpenMetaverse
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public enum PacketFrequency
|
||||
public enum PacketFrequency : byte
|
||||
{
|
||||
/// <summary></summary>
|
||||
Low,
|
||||
|
||||
Reference in New Issue
Block a user