some more cleanup and using TTRTS_PORT
This commit is contained in:
parent
b4240cf1c8
commit
83b9990bcc
2 changed files with 14 additions and 12 deletions
|
@ -34,7 +34,7 @@ int runClient(int argc, char* argv[])
|
|||
}
|
||||
|
||||
// Get port number
|
||||
portno = 11715;
|
||||
portno = TTRTS_PORT;
|
||||
|
||||
// Create a new socket
|
||||
// AF_INET is general internetsocked domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue