apache / dubbo-getty

a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Apache License 2.0
218 stars 69 forks source link

Send large package safely #79

Closed AlexStocks closed 2 years ago

AlexStocks commented 2 years ago

What would you like to be added:

To send large package safely, getty should split large package(> 16KiB, for example) into 16KiB slices.

Why is this needed:

The large package is likely sent failed whose length is more than 8MiB.