Async_rpc backpressure

Is it possible to apply tcp backpressure onto a Async_rpc server?

The usage case I’m having is where requests are piling up on a externally facing server, while waiting for a response on the internal server.