Differences From Artifact [aa69ce9535]:
- File filed.c — part of check-in [69c6325220] at 2014-02-05 09:06:38 on branch trunk — Reverted default port changed inadvertantly and added comments (user: rkeene, size: 10984) [annotate] [blame] [check-ins using]
To Artifact [310b7c80ea]:
- File filed.c — part of check-in [87034c1a07] at 2014-02-05 09:07:24 on branch trunk — Noted that we should process arguments (user: rkeene, size: 11006) [annotate] [blame] [check-ins using]
︙ | |||
458 459 460 461 462 463 464 | 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 | - + | /* Run process */ int main(int argc, char **argv) { int port = PORT, thread_count = THREAD_COUNT; const char *bind_addr = BIND_ADDR; int init_ret; int fd; |
︙ |