1/*
2 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
3 *
4 * SPDX-License-Identifier: BSD-2-Clause
5 */
6
7/* TCP echo on port 1234 */
8#define TCP_ECHO_PORT 1234
9
10/* UDP echo on port 1235 */
11#define UDP_ECHO_PORT 1235
12
13/* ipbench utilization client on 1236 */
14#define UTILIZATION_PORT 1236
15