blob: 6a22b41189644c32174dadb8cfe7818afff69951 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fidl.test.fakesocket;
[Transport = "SocketControl", Layout = "Simple"]
protocol Control {
Bind(string:64 addr);
GetPeerAddr(int32 index) -> (string:64 addr);
};