squaremiledev / asynctransport

Apache License 2.0
3 stars 2 forks source link

Sensible settings for Socket options #14

Closed michaelszymczak closed 3 years ago

michaelszymczak commented 4 years ago

Make sure that socket options are set to sensible values (TCP nodelay etc) wherever they are used (accepting and connecting)

The external configuration of the options is out of scope for this ticket.

squaremiledev commented 3 years ago

Performance seems to be acceptable with the current settings, can be reopened when specific requirements arise.