brettpoole / growl

Automatically exported from code.google.com/p/growl
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Growl GNTP server binds to all interfaces, even when disabled #389

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Start growl, with incoming network notifications disabled

What is the expected output?
That Growl isn't bound to any interface except localhost

What do you see instead?
Growl is bound to all network interfaces

Original issue reported on code.google.com by dan...@growl.info on 29 Nov 2011 at 4:00

GoogleCodeExporter commented 8 years ago
This is fixed in source, and it should be fixed satisfactorily.  The primary 
socket is bound localhost, and is needed for the 1.3+ framework, or any other 
GNTP libraries being run locally, and a second socket gets bound to all 
interfaces when the server ("Listen for Incoming Notifications")  is 
operational.  GNTP communication cycle's in progress on localhost should not be 
interrupted by turning the server socket off.  

Original comment by dan...@growl.info on 30 Nov 2011 at 3:36

GoogleCodeExporter commented 8 years ago

Original comment by ch...@growl.info on 11 Jan 2013 at 6:36