Implement support for the HAProxy proxy protocol
[quassel.git] / src / common / protocol.h
index 01f6ffb..ad17e17 100644 (file)
@@ -32,6 +32,8 @@ namespace Protocol {
 
 const quint32 magic = 0x42b33f00;
 
+const quint32 proxyMagic = 0x50524f58;
+
 enum Type
 {
     InternalProtocol = 0x00,