diff options
author | Jack Lloyd <[email protected]> | 2017-12-18 06:11:06 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-18 06:11:20 -0500 |
commit | 8a30a2d229a51b5ae0f23b71591d9ed8f08c3126 (patch) | |
tree | e8f7e606403252cac9177dfa23b117a731361f36 /src/lib/utils/socket/info.txt | |
parent | d358e9e12190c08c946c0f87dbedc55229ce11a6 (diff) | |
parent | 4a6879ab001428866d59c96874fa865a84661360 (diff) |
Merge GH #1360 Add timeouts to HTTP socket operations
Fixes #1326
Diffstat (limited to 'src/lib/utils/socket/info.txt')
-rw-r--r-- | src/lib/utils/socket/info.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib/utils/socket/info.txt b/src/lib/utils/socket/info.txt new file mode 100644 index 000000000..ef0d939ea --- /dev/null +++ b/src/lib/utils/socket/info.txt @@ -0,0 +1,13 @@ +<defines> +SOCKETS -> 20171216 +</defines> + +<header:internal> +socket.h +</header:internal> + +<libs> +linux -> rt +mingw -> ws2_32 +windows -> ws2_32.lib +</libs> |