allow override of sendBE and test all combinations
Cross-testing client/server with all byte order combinations.
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ namespace client {
|
||||
DEFINE_LOGGER(io, "pvxs.client.io");
|
||||
|
||||
Connection::Connection(const std::shared_ptr<ContextImpl>& context, const SockAddr& peerAddr)
|
||||
:ConnBase (true,
|
||||
:ConnBase (true, context->effective.sendBE(),
|
||||
bufferevent_socket_new(context->tcp_loop.base, -1, BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS),
|
||||
peerAddr)
|
||||
,context(context)
|
||||
|
||||
Reference in New Issue
Block a user