Port changed

This commit is contained in:
2018-07-28 11:01:02 +02:00
parent 63932814a0
commit a207716b27
2 changed files with 7 additions and 4 deletions

View File

@ -225,7 +225,7 @@ int main() {
exit(1);
}
list<unsigned short> ports = {8080, 4443};
list<unsigned short> ports = {80, 443};
list<Socket> servers = {};
auto it = ports.begin();