mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Add Multiple transports system, begin work on WebSockets
This commit is contained in:
parent
e869a23463
commit
e74f66a439
22 changed files with 3752 additions and 3301 deletions
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
#define WEBSOCKET_ENABLED
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
|
@ -11,9 +13,9 @@ namespace HISP.Server
|
|||
{
|
||||
public class PacketBuilder
|
||||
{
|
||||
|
||||
public const byte PACKET_TERMINATOR = 0x00;
|
||||
public const byte PACKET_CLIENT_TERMINATOR = 0x0A;
|
||||
public const byte PACKET_FLASH_XML_CROSSDOMAIN = 0x3C;
|
||||
|
||||
public const byte PACKET_LOGIN = 0x7F;
|
||||
public const byte PACKET_CHAT = 0x14;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue