]> git.ipfire.org Git - thirdparty/openssl.git/blame - apps/timeouts.h
Move cpuid_asm_src file information to build.info files
[thirdparty/openssl.git] / apps / timeouts.h
CommitLineData
0f113f3e 1/*
846e33c7 2 * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
36d16f8e 3 *
dffa7520 4 * Licensed under the Apache License 2.0 (the "License"). You may not use
846e33c7
RS
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
36d16f8e
BL
8 */
9
10#ifndef INCLUDED_TIMEOUTS_H
0f113f3e 11# define INCLUDED_TIMEOUTS_H
36d16f8e
BL
12
13/* numbers in us */
0f113f3e
MC
14# define DGRAM_RCV_TIMEOUT 250000
15# define DGRAM_SND_TIMEOUT 250000
36d16f8e 16
0f113f3e 17#endif /* ! INCLUDED_TIMEOUTS_H */