8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00

Re-enable default asymmetric protocol.

This commit is contained in:
dimitr 2003-06-08 18:12:13 +00:00
parent 45f0909013
commit e72d7cc92e

View File

@ -32,14 +32,14 @@
*
*/
/*
$Id: protocol.h,v 1.11 2003-05-02 17:17:09 dimitr Exp $
$Id: protocol.h,v 1.12 2003-06-08 18:12:13 dimitr Exp $
*/
#ifndef _REMOTE_PROTOCOL_H_
#define _REMOTE_PROTOCOL_H_
// dimitr: ask for asymmetric protocols only.
// Comment it out to return back to FB 1.0 behaviour.
//#define ASYMMETRIC_PROTOCOLS_ONLY
#define ASYMMETRIC_PROTOCOLS_ONLY
/* The protocol is defined blocks, rather than messages, to
separate the protocol from the transport layer. */