Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wait for connection on local address only #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xianhuazhou
Copy link

Let's say glb is listening on 0.0.0.0:3306, and there is another program connecting to 192.168.1.3:3306. It doesn't work if we try restart glb in this case, E.g.: netstan -an

tcp        0      0 192.168.1.1:42388        192.168.1.3:3306         ESTABLISHED

The reason is that netstat -an | grep -m 1 ':3306' matches 192.168.1.3:3306, which is external connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant