# # # patch "src/buffer.hh" # from [4c747ee60d3e481cd03b17a4dff0d75a1dc7f474] # to [d962e2d5259d496dc0946a91e6683a41f58569d5] # ============================================================ --- src/buffer.hh 4c747ee60d3e481cd03b17a4dff0d75a1dc7f474 +++ src/buffer.hh d962e2d5259d496dc0946a91e6683a41f58569d5 @@ -3,8 +3,8 @@ struct buffer struct buffer { - static int const buf_size = 2048; - static int const buf_reset_size = 1024; + static int const buf_size = 1024 * 64; + static int const buf_reset_size = 1024 * 32; char * ptr; int readpos; int writepos;