Re: [Firebird-devel] PORT_symmetric

2017-07-13 Thread Dmitry Yemanov
14.07.2017 04:36, Adriano dos Santos Fernandes wrote: When client and server "architecture" are identical, remote code set PORT_symmetric flag and that causes some optimizations. That happened in the past. Asymmetric mode is unconditionally used since v1.5, in order to optimize bandwidth

[Firebird-devel] PORT_symmetric

2017-07-13 Thread Adriano dos Santos Fernandes
Hi! When client and server "architecture" are identical, remote code set PORT_symmetric flag and that causes some optimizations. But, architectures are: #if defined(__sun) # ifdef sparc const P_ARCH ARCHITECTURE = arch_sun4; #elif (defined i386 || defined AMD64) const P_ARCH