Hi there, As you may have noticed from previous emails we are currently writing a new transport for netty that will use io_uring under the hood for max performance. One thing that is missing at the moment is the support for “shutdown”. Shutdown is quite useful in TCP land when you only want to close either input or output of the connection. Is this something you think that can be added in the future ? This would be a perfect addition to the already existing close support. Thanks Norman