Packet Buffer auf 30MB gesetzt

This commit is contained in:
staccatomamba
2016-11-25 11:23:44 +01:00
parent 6f72e9646d
commit 780e881951
5 changed files with 24 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ namespace BS.Shared
public string MessageId { get; set; }
public int MediaTyp { get; set; }
public byte[] DataBuffer = new byte[1024];
public byte[] DataBuffer = new byte[31457280];
// Aufbau Message:
// die ersten fünf ";" ignorieren