Skip to content

Commit 48258be

Browse files
committed
Protobuf: Rename pipe_stream tom pipe_socket
1 parent a7884b2 commit 48258be

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

rfc/9/FBDP.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -330,20 +330,20 @@ OPEN data
330330
331331
message FBDPOpenDataframe {
332332
string data_pipe = 1 ;
333-
uint32 pipe_stream = 2 ;
333+
uint32 pipe_socket = 2 ;
334334
string data_format = 3 ;
335335
google.protobuf.Struct parameters = 4 ;
336336
}
337337
338338
:data_pipe:
339339
MANDATORY Data Pipe Identification. The value MAY be arbitrary, but it is RECOMMENDED to use structured names, or *uuid* values in hexadecimal string representation.
340340

341-
:pipe_stream:
342-
MANDATORY Data Pipe stream Identification. Any implementation MUST support next values:
341+
:pipe_socket:
342+
MANDATORY Data Pipe socket Identification. Any implementation MUST support next values:
343343

344-
- 0 = UNKNOWN data stream. Not a valid option, defined only to handle undefined value.
345-
- 1 = INPUT data stream
346-
- 2 = OUTPUT data stream
344+
- 0 = UNKNOWN data soscket. Not a valid option, defined only to handle undefined value.
345+
- 1 = INPUT data socket
346+
- 2 = OUTPUT data socket
347347

348348
:data_format:
349349
Specification of format for user data transmitted in DATA messages. The value MAY be arbitrary, but it is RECOMMENDED that the data format specification be determined by the open specification.

rfc/9/fbdp.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// the rights to use, copy, modify, merge, publish, distribute, sublicense,
1212
// and/or sell copies of the Software, and to permit persons to whom
1313
// the Software is furnished to do so, subject to the following conditions:
14-
//
14+
//
1515
// The above copyright notice and this permission notice shall be included
1616
// in all copies or substantial portions of the Software.
1717
//
@@ -37,7 +37,7 @@ import "google/protobuf/struct.proto";
3737

3838
message FBDPOpenDataframe {
3939
string data_pipe = 1 ; // [required] Data Pipe Identification
40-
uint32 pipe_stream = 2 ; // [required] Data Pipe stream Identification
40+
uint32 pipe_socket = 2 ; // [required] Data Pipe socket Identification
4141
string data_format = 3 ; // Specification of format for transmitted user data
4242
google.protobuf.Struct parameters = 4 ; // Implementation-specific Data Pipe parameters
4343
}

0 commit comments

Comments
 (0)