mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
The Send_Buffer_Size server configuration parameter is to define the socket internal buffer size when sending data to the client. Using a bigger buffer increase the performance on slow or long distance connections. The default is set to 64k. Add corresponding regression test. For K814-001.
4 lines
65 B
Python
4 lines
65 B
Python
from test_support import *
|
|
|
|
build_and_run('socket_send_buffer');
|