Merge branch 'master' of gitlab.ibr.cs.tu-bs.de:tschuber/netcalc
This commit is contained in:
commit
880a77ff65
3 changed files with 11 additions and 0 deletions
|
@ -261,6 +261,9 @@ int client() {
|
|||
return 0;
|
||||
}
|
||||
|
||||
/// The main method, starts depending on the args as client or server
|
||||
/// @param argc argument count
|
||||
/// @param argv array of options, -c for client followed by hostname and port
|
||||
int main(int argc, char *argv[]) {
|
||||
SOCKFD = 0;
|
||||
struct sigaction action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue