LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: Writing a Simple Portcheck program in C Part 3 (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-writing-a-simple-portcheck-program-in-c-part-3-a-744438/)

LXer 08-01-2009 08:00 PM

LXer: Writing a Simple Portcheck program in C Part 3
 
Published at LXer:

In part 1 an examination of creating an ultra simple single port single host port check program was done. In the second part of the series the code was broken out between a header file and source file, input validation added, a usage message defined and a Makefile was setup for simple recompiling. In this part of the series one of the items of the TODO list will be tackled: smaller timeout value for connection test by way of a host pre-check. Which leaves the program with two final TODO items for the next installment:

  1. Breaking up the program functionally
  2. Detailed error handling
  3. Hostname resolution (or not)Any last minute details...

Text

Read More...


All times are GMT -5. The time now is 06:42 PM.