au-ts / sddf

A collection of interfaces, libraries and tools for writing device drivers for seL4 that allow accessing devices securely and with low overhead.
BSD 2-Clause "Simplified" License
13 stars 11 forks source link

Allow more concurrent TCP connections #136

Closed wom-bat closed 3 weeks ago

wom-bat commented 3 weeks ago

To allow more than one echo client, we need to allow more concurrent TCP connections. The default is 5; we take one for the Utilisation socket, one per client, plus connections can hang around in FIN-WAIT state for a minute or so after a benchmark run completes.

Change from 5 to 10 to allow two concurrent connections.