reactor / reactor-netty

TCP/HTTP/UDP/QUIC client/server with Reactor over Netty
https://projectreactor.io
Apache License 2.0
2.59k stars 647 forks source link

Why Backlog is 0 #1044

Closed yechao4j closed 4 years ago

yechao4j commented 4 years ago

When i start Springcloud gateway in 'Alibaba Cloud Elastic Compute Service', i found

State       Recv-Q Send-Q   Local Address:Port 
LISTEN      0        0                    *:8080 

Send-Q is 0, but 'somaxconn' is 262144

[abc@iZt4nc4r ~]$ cat /proc/sys/net/core/somaxconn
262144

Is anything problem with server? netty version is 4.1.38.Final, reactor-netty 0.8.10, core 3.2.11

violetagg commented 4 years ago

@yechao4j version 0.8.10 is almost 1 year old. Please first upgrade to the latest version.

yechao4j commented 4 years ago

@violetagg need time to upgrade to the latest version, it will be ok ?

violetagg commented 4 years ago

Closing this issue. We can reopen it if it is needed.