Alan
Alan
Hi there, So far redeo provides me an efficient way to implement TCP services, however, I wonder how can the server understand there's a new connection being connected. What I'm...
Hi, The matterllo is deployed using a docker on GCP (4 core / 8g ram) internally with Nginx/SSL as the proxy. However, it takes around 50 seconds to load the...
### Description I don't see the needs for putting `stack.Stack` in `NewUDPConn`, and either in `UDPConn` struct. Ref: https://github.com/google/gvisor/blob/go/pkg/tcpip/adapters/gonet/gonet.go#L552 I propose following the design of `NewTCPConn`, remove `stack` and keep...