I am working on an app for work that checks to make sure a connection is present, and if not, it will restart an application. Is there a way to probe for a certain TCP connection in netstat? Or is there a library that I can use?
I am very new to C...I'm coming from PHP development :)
I am very new to C...I'm coming from PHP development :)
Comment