Following code is TCP server program just send back “HELLO!!” to client.
When I run server with port 80, bind() is returned Permission denied.
Permission denied
P
you have to run your application with super user account (root)
Run your application with sudo command
sudo