diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2023-05-12 20:48:30 +0100 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2023-05-13 16:42:04 +0100 |
| commit | fad90428970e332153027773b517a1606c0efa1f (patch) | |
| tree | 499ad297bc61c02e7151aa76e0cf205142fa150d /tests-clar/diff/patch.c | |
| parent | 933b04c219b49d0f9cd779d024bfa39d806839ac (diff) | |
| download | libgit2-fad90428970e332153027773b517a1606c0efa1f.tar.gz | |
streams: sockets are non-blocking and can timeout
Make socket I/O non-blocking and add optional timeouts.
Users may now set `GIT_OPT_SET_SERVER_CONNECT_TIMEOUT` to set a shorter
connection timeout. (The connect timeout cannot be longer than the
operating system default.) Users may also now configure the socket read
and write timeouts with `GIT_OPT_SET_SERVER_TIMEOUT`.
By default, connects still timeout based on the operating system
defaults (typically 75 seconds) and socket read and writes block.
Add a test against our custom testing git server that ensures that we
can timeout reads against a slow server.
Diffstat (limited to 'tests-clar/diff/patch.c')
0 files changed, 0 insertions, 0 deletions
