Get desktop application:
View/edit binary Protocol Buffers messages
The service implemented by the FRR master server to collect data from the FRR Fleetspeak server services.
RecordMessage records that a TrafficResponse message was received by the FS server.
RecordFileResponse records that a FileResponse message was received by the FS server.
CompletedRequests returns a list of requests made to a client which have been completed.
CreateHunt initiates a hunt which sends the provided TrafficRequestData to every client, up to limit.
If client_ids is empty, the request is considered a broadcast request with specified limit, otherwise unicast requests are sent to the provided clients.
(message has no fields)
Contains the information needed to configure a frr server component.
The address to reach the master frr server over grpc.
A FileRequest is sent from the server to the client and tells the client to attempt to download a file from the server.
An identifier used to identify the frr master instance responsible for this.
The name of the file to download.
A FileResponse is sent from the client to the server and reports that the client successfully downloaded a file from the server.
Used in:
An identifier used to identify the frr master instance responsible for the underlying request.
The name of the file that was downloaded.
The size of the file that was downloaded.
A TrafficRequest message is sent from the server to the client which tells the client to send random data back.
Used in:
An identifier used to identify the frr master instance responsible for this.
An identifier used to link responses to requests.
How many messages to send back for this request. Defaults to 1.
How large should each message be, in bytes. Defaults to 1024.
How long to wait between messages. Defaults to 0.
How much to jitter the previous parameters - all parameters will be multiplied by a number between 1.0 and 1.0 + jitter.
Used in:
Set when this is the last message responsive to the given request.