# # # patch "netsync.cc" # from [10ad35a13e22f634408841417f955416b2ec4ec3] # to [4b794f16146e3920795592e55498535f729c811d] # ============================================================ --- netsync.cc 10ad35a13e22f634408841417f955416b2ec4ec3 +++ netsync.cc 4b794f16146e3920795592e55498535f729c811d @@ -375,7 +375,7 @@ protected: } bool output_overfull() const { - return outbuf.size() > constants::bufsz * 10; + return outbuf_size > constants::bufsz * 10; } public: string peer_id;