pipe_start method

void pipe_start()

Set socket settings for sending transations

This is optimisation and not requrement.

Implementation

void pipe_start() =>
    _connection.disable_nagle(false);