blob: d1fed36cf9adcfaf8bea7e5f647ebe3ad857c8b8 [file] [log] [blame]
// Copyright 2014 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PRIVETD_CONSTANTS_H_
#define PRIVETD_CONSTANTS_H_
namespace privetd {
namespace errors {
extern const char kPrivetdErrorDomain[];
extern const char kInvalidClientCommitment[];
} // namespace errors
// Time to reply on privet HTTP.
const int kSetupDelaySeconds = 1;
} // namespace privetd
#endif // PRIVETD_CONSTANTS_H_