tonivade / resp-server

Netty implementation of REdis Serialization Protocol, and a simple framework to implement command based protocols

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize bootstrap config in RespServer

horizonzy opened this issue · comments

.option(ChannelOption.SO_RCVBUF, BUFFER_SIZE)
.option(ChannelOption.SO_SNDBUF, BUFFER_SIZE)

The config about SO_RCVBUF and SO_SNDBUF should be childOption.