m-lab / ndt

Network Diagnostic Tool
Other
11 stars 7 forks source link

Changed the signal handling, changed the parent->child communication … #10

Closed pboothe closed 9 years ago

pboothe commented 9 years ago

…protocol,

broke main() into three subfunctions, a global setup, the server mainloop, and the child processes. Also, all network communication now solely takes place in the child process.

Still need to delete the zombieWorker function and to fix the formatting of the long list of command-line args and to fix some stylistic problems. Things will get run through clang-format once before final submission.

mtlynch commented 9 years ago

Can you close this pull request since we're doing it in #11 and #12 instead?

mtlynch commented 9 years ago

I'll migrate my notes over to #12