You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Why?
This makes little to no sense at all. The 843 port is a number known to the Flash Player changing that port number renders the whole Flash Policy server useless.. If you don't want to run as root.. Than don't Socket.IO will automatically answer flash policy files inline..
The reason will be displayed to describe this comment to others. Learn more.
I wanted to get rid of the 3 second delay while still running node as non-root (only root users can listen on ports < 1024). I use iptables to remap external port 843 to a higher internal port that is specified here.
ac37f8b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
This makes little to no sense at all. The 843 port is a number known to the Flash Player changing that port number renders the whole Flash Policy server useless.. If you don't want to run as root.. Than don't Socket.IO will automatically answer flash policy files inline..
ac37f8b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to get rid of the 3 second delay while still running node as non-root (only root users can listen on ports < 1024). I use iptables to remap external port 843 to a higher internal port that is specified here.