mediasoup 3.20.6 → 3.20.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. package/node/lib/fbs/data-consumer/binary.d.ts +25 -0
  2. package/node/lib/fbs/data-consumer/binary.d.ts.map +1 -0
  3. package/node/lib/fbs/data-consumer/binary.js +110 -0
  4. package/node/lib/fbs/data-consumer/data.d.ts +10 -0
  5. package/node/lib/fbs/data-consumer/data.d.ts.map +1 -0
  6. package/node/lib/fbs/data-consumer/data.js +30 -0
  7. package/node/lib/fbs/data-consumer/string.d.ts +22 -0
  8. package/node/lib/fbs/data-consumer/string.d.ts.map +1 -0
  9. package/node/lib/fbs/{worker/close-notification.js → data-consumer/string.js} +34 -20
  10. package/node/lib/fbs/data-producer/binary.d.ts +25 -0
  11. package/node/lib/fbs/data-producer/binary.d.ts.map +1 -0
  12. package/node/lib/fbs/data-producer/binary.js +110 -0
  13. package/node/lib/fbs/data-producer/data.d.ts +10 -0
  14. package/node/lib/fbs/data-producer/data.d.ts.map +1 -0
  15. package/node/lib/fbs/data-producer/data.js +30 -0
  16. package/node/lib/fbs/data-producer/string.d.ts +22 -0
  17. package/node/lib/fbs/data-producer/string.d.ts.map +1 -0
  18. package/node/lib/fbs/data-producer/string.js +92 -0
  19. package/node/lib/fbs/message/type.d.ts +7 -0
  20. package/node/lib/fbs/message/type.d.ts.map +1 -0
  21. package/node/lib/fbs/message/type.js +11 -0
  22. package/node/lib/fbs/message-from-worker/body.d.ts +12 -0
  23. package/node/lib/fbs/message-from-worker/body.d.ts.map +1 -0
  24. package/node/lib/fbs/message-from-worker/body.js +34 -0
  25. package/node/lib/fbs/message-from-worker/message.d.ts +30 -0
  26. package/node/lib/fbs/message-from-worker/message.d.ts.map +1 -0
  27. package/node/lib/fbs/message-from-worker/message.js +122 -0
  28. package/node/lib/fbs/message-from-worker.d.ts +3 -0
  29. package/node/lib/fbs/message-from-worker.d.ts.map +1 -0
  30. package/node/lib/fbs/message-from-worker.js +9 -0
  31. package/node/lib/fbs/message-to-worker/body.d.ts +10 -0
  32. package/node/lib/fbs/message-to-worker/body.d.ts.map +1 -0
  33. package/node/lib/fbs/message-to-worker/body.js +30 -0
  34. package/node/lib/fbs/message-to-worker/message.d.ts +29 -0
  35. package/node/lib/fbs/message-to-worker/message.d.ts.map +1 -0
  36. package/node/lib/fbs/message-to-worker/message.js +122 -0
  37. package/node/lib/fbs/message-to-worker.d.ts +3 -0
  38. package/node/lib/fbs/message-to-worker.d.ts.map +1 -0
  39. package/node/lib/fbs/message-to-worker.js +9 -0
  40. package/node/lib/fbs/notification-from-worker/body.d.ts +44 -0
  41. package/node/lib/fbs/notification-from-worker/body.d.ts.map +1 -0
  42. package/node/lib/fbs/notification-from-worker/body.js +98 -0
  43. package/node/lib/fbs/notification-from-worker/event.d.ts +31 -0
  44. package/node/lib/fbs/notification-from-worker/event.d.ts.map +1 -0
  45. package/node/lib/fbs/notification-from-worker/event.js +35 -0
  46. package/node/lib/fbs/notification-from-worker/notification.d.ts +52 -0
  47. package/node/lib/fbs/notification-from-worker/notification.d.ts.map +1 -0
  48. package/node/lib/fbs/notification-from-worker/notification.js +140 -0
  49. package/node/lib/fbs/notification-from-worker.d.ts +4 -0
  50. package/node/lib/fbs/notification-from-worker.d.ts.map +1 -0
  51. package/node/lib/fbs/notification-from-worker.js +11 -0
  52. package/node/lib/fbs/notification-to-worker/body.d.ts +12 -0
  53. package/node/lib/fbs/notification-to-worker/body.d.ts.map +1 -0
  54. package/node/lib/fbs/notification-to-worker/body.js +34 -0
  55. package/node/lib/fbs/notification-to-worker/event.d.ts +6 -0
  56. package/node/lib/fbs/notification-to-worker/event.d.ts.map +1 -0
  57. package/node/lib/fbs/notification-to-worker/event.js +10 -0
  58. package/node/lib/fbs/notification-to-worker/notification.d.ts +36 -0
  59. package/node/lib/fbs/notification-to-worker/notification.d.ts.map +1 -0
  60. package/node/lib/fbs/notification-to-worker/notification.js +140 -0
  61. package/node/lib/fbs/notification-to-worker.d.ts +4 -0
  62. package/node/lib/fbs/notification-to-worker.d.ts.map +1 -0
  63. package/node/lib/fbs/notification-to-worker.js +11 -0
  64. package/node/lib/fbs/sctp-parameters/num-sctp-streams.d.ts.map +1 -1
  65. package/node/lib/fbs/sctp-parameters/num-sctp-streams.js +5 -5
  66. package/node/lib/fbs/trace-events/fir-trace-info.d.ts +21 -0
  67. package/node/lib/fbs/trace-events/fir-trace-info.d.ts.map +1 -0
  68. package/node/lib/fbs/{worker/close-request.js → trace-events/fir-trace-info.js} +32 -20
  69. package/node/lib/fbs/trace-events/key-frame-trace-info.d.ts +25 -0
  70. package/node/lib/fbs/trace-events/key-frame-trace-info.d.ts.map +1 -0
  71. package/node/lib/fbs/trace-events/key-frame-trace-info.js +104 -0
  72. package/node/lib/fbs/trace-events/pli-trace-info.d.ts +21 -0
  73. package/node/lib/fbs/trace-events/pli-trace-info.d.ts.map +1 -0
  74. package/node/lib/fbs/{worker/close-worker-notification.js → trace-events/pli-trace-info.js} +32 -20
  75. package/node/lib/fbs/trace-events/rtp-trace-info.d.ts +25 -0
  76. package/node/lib/fbs/trace-events/rtp-trace-info.d.ts.map +1 -0
  77. package/node/lib/fbs/{consumer/enable-delay-and-loss-request.js → trace-events/rtp-trace-info.js} +35 -33
  78. package/node/lib/fbs/trace-events/trace-event-type.d.ts +8 -0
  79. package/node/lib/fbs/trace-events/trace-event-type.d.ts.map +1 -0
  80. package/node/lib/fbs/trace-events/trace-event-type.js +12 -0
  81. package/node/lib/fbs/trace-events/trace-info.d.ts +14 -0
  82. package/node/lib/fbs/trace-events/trace-info.d.ts.map +1 -0
  83. package/node/lib/fbs/trace-events/trace-info.js +38 -0
  84. package/node/lib/fbs/trace-events.d.ts +7 -0
  85. package/node/lib/fbs/trace-events.d.ts.map +1 -0
  86. package/node/lib/fbs/trace-events.js +20 -0
  87. package/npm-scripts.mjs +13 -8
  88. package/package.json +6 -6
  89. package/worker/fbs/meson.build +0 -1
  90. package/worker/fbs/plainTransport.fbs +1 -1
  91. package/worker/fbs/worker.fbs +0 -2
  92. package/worker/include/RTC/ICE/StunPacket.hpp +8 -9
  93. package/worker/include/RTC/RTP/Packet.hpp +1 -1
  94. package/worker/include/RTC/RTP/ProbationGenerator.hpp +1 -1
  95. package/worker/include/RTC/SCTP/packet/Chunk.hpp +1 -1
  96. package/worker/include/RTC/SCTP/packet/ErrorCause.hpp +1 -1
  97. package/worker/include/RTC/SCTP/packet/Packet.hpp +1 -2
  98. package/worker/include/RTC/SCTP/packet/Parameter.hpp +1 -1
  99. package/worker/include/RTC/SCTP/packet/TLV.hpp +1 -1
  100. package/worker/include/RTC/SCTP/packet/chunks/DataChunk.hpp +1 -1
  101. package/worker/include/RTC/SCTP/packet/chunks/ForwardTsnChunk.hpp +1 -1
  102. package/worker/include/RTC/SCTP/packet/chunks/IDataChunk.hpp +1 -1
  103. package/worker/include/RTC/SCTP/packet/chunks/IForwardTsnChunk.hpp +1 -1
  104. package/worker/include/RTC/SCTP/packet/chunks/InitAckChunk.hpp +1 -1
  105. package/worker/include/RTC/SCTP/packet/chunks/InitChunk.hpp +1 -1
  106. package/worker/include/RTC/SCTP/packet/chunks/SackChunk.hpp +1 -1
  107. package/worker/include/RTC/SCTP/packet/chunks/ShutdownChunk.hpp +1 -1
  108. package/worker/include/RTC/SCTP/packet/errorCauses/InvalidStreamIdentifierErrorCause.hpp +1 -1
  109. package/worker/include/RTC/SCTP/packet/errorCauses/MissingMandatoryParameterErrorCause.hpp +1 -1
  110. package/worker/include/RTC/SCTP/packet/errorCauses/NoUserDataErrorCause.hpp +1 -1
  111. package/worker/include/RTC/SCTP/packet/errorCauses/StaleCookieErrorCause.hpp +1 -1
  112. package/worker/include/RTC/SCTP/packet/parameters/AddIncomingStreamsRequestParameter.hpp +1 -1
  113. package/worker/include/RTC/SCTP/packet/parameters/AddOutgoingStreamsRequestParameter.hpp +1 -1
  114. package/worker/include/RTC/SCTP/packet/parameters/CookiePreservativeParameter.hpp +1 -1
  115. package/worker/include/RTC/SCTP/packet/parameters/IPv4AddressParameter.hpp +1 -1
  116. package/worker/include/RTC/SCTP/packet/parameters/IPv6AddressParameter.hpp +1 -1
  117. package/worker/include/RTC/SCTP/packet/parameters/IncomingSsnResetRequestParameter.hpp +1 -1
  118. package/worker/include/RTC/SCTP/packet/parameters/OutgoingSsnResetRequestParameter.hpp +1 -1
  119. package/worker/include/RTC/SCTP/packet/parameters/ReconfigurationResponseParameter.hpp +2 -2
  120. package/worker/include/RTC/SCTP/packet/parameters/SsnTsnResetRequestParameter.hpp +1 -1
  121. package/worker/include/RTC/SCTP/packet/parameters/ZeroChecksumAcceptableParameter.hpp +1 -1
  122. package/worker/include/Settings.hpp +0 -1
  123. package/worker/include/handles/TcpConnectionHandle.hpp +0 -4
  124. package/worker/include/handles/UdpSocketHandle.hpp +0 -4
  125. package/worker/meson.build +0 -34
  126. package/worker/meson_options.txt +0 -1
  127. package/worker/src/RTC/PipeTransport.cpp +5 -5
  128. package/worker/src/RTC/PlainTransport.cpp +5 -5
  129. package/worker/src/RTC/RTP/Packet.cpp +0 -2
  130. package/worker/src/RTC/RTP/RtpStreamSend.cpp +0 -20
  131. package/worker/src/RTC/Router.cpp +0 -37
  132. package/worker/src/RTC/SCTP/association/Association.cpp +12 -7
  133. package/worker/src/RTC/SimpleProducerStreamManager.cpp +6 -3
  134. package/worker/src/RTC/SimulcastProducerStreamManager.cpp +2 -2
  135. package/worker/src/RTC/SrtpSession.cpp +0 -24
  136. package/worker/src/RTC/Transport.cpp +3 -22
  137. package/worker/src/RTC/WebRtcTransport.cpp +5 -5
  138. package/worker/src/Settings.cpp +0 -14
  139. package/worker/src/Utils/Crypto.cpp +3 -3
  140. package/worker/src/Utils/String.cpp +1 -1
  141. package/worker/src/Worker.cpp +5 -38
  142. package/worker/src/handles/TcpConnectionHandle.cpp +1 -42
  143. package/worker/src/handles/UdpSocketHandle.cpp +1 -42
  144. package/worker/src/lib.cpp +1 -10
  145. package/node/lib/fbs/consumer/degrade-request.d.ts +0 -30
  146. package/node/lib/fbs/consumer/degrade-request.d.ts.map +0 -1
  147. package/node/lib/fbs/consumer/degrade-request.js +0 -124
  148. package/node/lib/fbs/consumer/enable-delay-and-loss-request.d.ts +0 -24
  149. package/node/lib/fbs/consumer/enable-delay-and-loss-request.d.ts.map +0 -1
  150. package/node/lib/fbs/producer/degrade-request.d.ts +0 -30
  151. package/node/lib/fbs/producer/degrade-request.d.ts.map +0 -1
  152. package/node/lib/fbs/producer/degrade-request.js +0 -124
  153. package/node/lib/fbs/transport/sctp-negotiated-max-streams-notification.d.ts +0 -24
  154. package/node/lib/fbs/transport/sctp-negotiated-max-streams-notification.d.ts.map +0 -1
  155. package/node/lib/fbs/transport/sctp-negotiated-max-streams-notification.js +0 -102
  156. package/node/lib/fbs/transport/sctp-negotiated-options-notification.d.ts +0 -24
  157. package/node/lib/fbs/transport/sctp-negotiated-options-notification.d.ts.map +0 -1
  158. package/node/lib/fbs/transport/sctp-negotiated-options-notification.js +0 -102
  159. package/node/lib/fbs/worker/close-notification.d.ts +0 -18
  160. package/node/lib/fbs/worker/close-notification.d.ts.map +0 -1
  161. package/node/lib/fbs/worker/close-request.d.ts +0 -18
  162. package/node/lib/fbs/worker/close-request.d.ts.map +0 -1
  163. package/node/lib/fbs/worker/close-worker-notification.d.ts +0 -18
  164. package/node/lib/fbs/worker/close-worker-notification.d.ts.map +0 -1
  165. package/worker/fbs/liburing.fbs +0 -7
  166. package/worker/include/DepLibUring.hpp +0 -143
  167. package/worker/src/DepLibUring.cpp +0 -638
  168. package/worker/subprojects/liburing.wrap +0 -14
@@ -1,124 +0,0 @@
1
- "use strict";
2
- // automatically generated by the FlatBuffers compiler, do not modify
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.DegradeRequestT = exports.DegradeRequest = void 0;
38
- /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
39
- const flatbuffers = __importStar(require("flatbuffers"));
40
- class DegradeRequest {
41
- bb = null;
42
- bb_pos = 0;
43
- __init(i, bb) {
44
- this.bb_pos = i;
45
- this.bb = bb;
46
- return this;
47
- }
48
- static getRootAsDegradeRequest(bb, obj) {
49
- return (obj || new DegradeRequest()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
50
- }
51
- static getSizePrefixedRootAsDegradeRequest(bb, obj) {
52
- bb.setPosition(bb.position() + flatbuffers.SIZE_PREFIX_LENGTH);
53
- return (obj || new DegradeRequest()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
54
- }
55
- durationMs() {
56
- const offset = this.bb.__offset(this.bb_pos, 4);
57
- return offset ? this.bb.readUint32(this.bb_pos + offset) : 0;
58
- }
59
- maxDelayMs() {
60
- const offset = this.bb.__offset(this.bb_pos, 6);
61
- return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;
62
- }
63
- delayPercent() {
64
- const offset = this.bb.__offset(this.bb_pos, 8);
65
- return offset ? this.bb.readUint8(this.bb_pos + offset) : 0;
66
- }
67
- lossPercent() {
68
- const offset = this.bb.__offset(this.bb_pos, 10);
69
- return offset ? this.bb.readUint8(this.bb_pos + offset) : 0;
70
- }
71
- static startDegradeRequest(builder) {
72
- builder.startObject(4);
73
- }
74
- static addDurationMs(builder, durationMs) {
75
- builder.addFieldInt32(0, durationMs, 0);
76
- }
77
- static addMaxDelayMs(builder, maxDelayMs) {
78
- builder.addFieldInt16(1, maxDelayMs, 0);
79
- }
80
- static addDelayPercent(builder, delayPercent) {
81
- builder.addFieldInt8(2, delayPercent, 0);
82
- }
83
- static addLossPercent(builder, lossPercent) {
84
- builder.addFieldInt8(3, lossPercent, 0);
85
- }
86
- static endDegradeRequest(builder) {
87
- const offset = builder.endObject();
88
- return offset;
89
- }
90
- static createDegradeRequest(builder, durationMs, maxDelayMs, delayPercent, lossPercent) {
91
- DegradeRequest.startDegradeRequest(builder);
92
- DegradeRequest.addDurationMs(builder, durationMs);
93
- DegradeRequest.addMaxDelayMs(builder, maxDelayMs);
94
- DegradeRequest.addDelayPercent(builder, delayPercent);
95
- DegradeRequest.addLossPercent(builder, lossPercent);
96
- return DegradeRequest.endDegradeRequest(builder);
97
- }
98
- unpack() {
99
- return new DegradeRequestT(this.durationMs(), this.maxDelayMs(), this.delayPercent(), this.lossPercent());
100
- }
101
- unpackTo(_o) {
102
- _o.durationMs = this.durationMs();
103
- _o.maxDelayMs = this.maxDelayMs();
104
- _o.delayPercent = this.delayPercent();
105
- _o.lossPercent = this.lossPercent();
106
- }
107
- }
108
- exports.DegradeRequest = DegradeRequest;
109
- class DegradeRequestT {
110
- durationMs;
111
- maxDelayMs;
112
- delayPercent;
113
- lossPercent;
114
- constructor(durationMs = 0, maxDelayMs = 0, delayPercent = 0, lossPercent = 0) {
115
- this.durationMs = durationMs;
116
- this.maxDelayMs = maxDelayMs;
117
- this.delayPercent = delayPercent;
118
- this.lossPercent = lossPercent;
119
- }
120
- pack(builder) {
121
- return DegradeRequest.createDegradeRequest(builder, this.durationMs, this.maxDelayMs, this.delayPercent, this.lossPercent);
122
- }
123
- }
124
- exports.DegradeRequestT = DegradeRequestT;
@@ -1,24 +0,0 @@
1
- import * as flatbuffers from 'flatbuffers';
2
- export declare class EnableDelayAndLossRequest implements flatbuffers.IUnpackableObject<EnableDelayAndLossRequestT> {
3
- bb: flatbuffers.ByteBuffer | null;
4
- bb_pos: number;
5
- __init(i: number, bb: flatbuffers.ByteBuffer): EnableDelayAndLossRequest;
6
- static getRootAsEnableDelayAndLossRequest(bb: flatbuffers.ByteBuffer, obj?: EnableDelayAndLossRequest): EnableDelayAndLossRequest;
7
- static getSizePrefixedRootAsEnableDelayAndLossRequest(bb: flatbuffers.ByteBuffer, obj?: EnableDelayAndLossRequest): EnableDelayAndLossRequest;
8
- delay(): boolean;
9
- loss(): boolean;
10
- static startEnableDelayAndLossRequest(builder: flatbuffers.Builder): void;
11
- static addDelay(builder: flatbuffers.Builder, delay: boolean): void;
12
- static addLoss(builder: flatbuffers.Builder, loss: boolean): void;
13
- static endEnableDelayAndLossRequest(builder: flatbuffers.Builder): flatbuffers.Offset;
14
- static createEnableDelayAndLossRequest(builder: flatbuffers.Builder, delay: boolean, loss: boolean): flatbuffers.Offset;
15
- unpack(): EnableDelayAndLossRequestT;
16
- unpackTo(_o: EnableDelayAndLossRequestT): void;
17
- }
18
- export declare class EnableDelayAndLossRequestT implements flatbuffers.IGeneratedObject {
19
- delay: boolean;
20
- loss: boolean;
21
- constructor(delay?: boolean, loss?: boolean);
22
- pack(builder: flatbuffers.Builder): flatbuffers.Offset;
23
- }
24
- //# sourceMappingURL=enable-delay-and-loss-request.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enable-delay-and-loss-request.d.ts","sourceRoot":"","sources":["../../../src/fbs/consumer/enable-delay-and-loss-request.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,WAAW,MAAM,aAAa,CAAC;AAI3C,qBAAa,yBAA0B,YAAW,WAAW,CAAC,iBAAiB,CAAC,0BAA0B,CAAC;IACzG,EAAE,EAAE,WAAW,CAAC,UAAU,GAAC,IAAI,CAAQ;IACvC,MAAM,SAAK;IACX,MAAM,CAAC,CAAC,EAAC,MAAM,EAAE,EAAE,EAAC,WAAW,CAAC,UAAU,GAAE,yBAAyB;IAMvE,MAAM,CAAC,kCAAkC,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,yBAAyB,GAAE,yBAAyB;IAI9H,MAAM,CAAC,8CAA8C,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,yBAAyB,GAAE,yBAAyB;IAK1I,KAAK,IAAG,OAAO;IAKf,IAAI,IAAG,OAAO;IAKd,MAAM,CAAC,8BAA8B,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO;IAIjE,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,KAAK,EAAC,OAAO;IAI1D,MAAM,CAAC,OAAO,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,IAAI,EAAC,OAAO;IAIxD,MAAM,CAAC,4BAA4B,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAKnF,MAAM,CAAC,+BAA+B,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,KAAK,EAAC,OAAO,EAAE,IAAI,EAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAOnH,MAAM,IAAI,0BAA0B;IAQpC,QAAQ,CAAC,EAAE,EAAE,0BAA0B,GAAG,IAAI;CAI7C;AAED,qBAAa,0BAA2B,YAAW,WAAW,CAAC,gBAAgB;IAEtE,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,OAAO;gBADb,KAAK,GAAE,OAAe,EACtB,IAAI,GAAE,OAAe;IAI9B,IAAI,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAG,WAAW,CAAC,MAAM;CAMpD"}
@@ -1,30 +0,0 @@
1
- import * as flatbuffers from 'flatbuffers';
2
- export declare class DegradeRequest implements flatbuffers.IUnpackableObject<DegradeRequestT> {
3
- bb: flatbuffers.ByteBuffer | null;
4
- bb_pos: number;
5
- __init(i: number, bb: flatbuffers.ByteBuffer): DegradeRequest;
6
- static getRootAsDegradeRequest(bb: flatbuffers.ByteBuffer, obj?: DegradeRequest): DegradeRequest;
7
- static getSizePrefixedRootAsDegradeRequest(bb: flatbuffers.ByteBuffer, obj?: DegradeRequest): DegradeRequest;
8
- durationMs(): number;
9
- maxDelayMs(): number;
10
- delayPercent(): number;
11
- lossPercent(): number;
12
- static startDegradeRequest(builder: flatbuffers.Builder): void;
13
- static addDurationMs(builder: flatbuffers.Builder, durationMs: number): void;
14
- static addMaxDelayMs(builder: flatbuffers.Builder, maxDelayMs: number): void;
15
- static addDelayPercent(builder: flatbuffers.Builder, delayPercent: number): void;
16
- static addLossPercent(builder: flatbuffers.Builder, lossPercent: number): void;
17
- static endDegradeRequest(builder: flatbuffers.Builder): flatbuffers.Offset;
18
- static createDegradeRequest(builder: flatbuffers.Builder, durationMs: number, maxDelayMs: number, delayPercent: number, lossPercent: number): flatbuffers.Offset;
19
- unpack(): DegradeRequestT;
20
- unpackTo(_o: DegradeRequestT): void;
21
- }
22
- export declare class DegradeRequestT implements flatbuffers.IGeneratedObject {
23
- durationMs: number;
24
- maxDelayMs: number;
25
- delayPercent: number;
26
- lossPercent: number;
27
- constructor(durationMs?: number, maxDelayMs?: number, delayPercent?: number, lossPercent?: number);
28
- pack(builder: flatbuffers.Builder): flatbuffers.Offset;
29
- }
30
- //# sourceMappingURL=degrade-request.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"degrade-request.d.ts","sourceRoot":"","sources":["../../../src/fbs/producer/degrade-request.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,WAAW,MAAM,aAAa,CAAC;AAI3C,qBAAa,cAAe,YAAW,WAAW,CAAC,iBAAiB,CAAC,eAAe,CAAC;IACnF,EAAE,EAAE,WAAW,CAAC,UAAU,GAAC,IAAI,CAAQ;IACvC,MAAM,SAAK;IACX,MAAM,CAAC,CAAC,EAAC,MAAM,EAAE,EAAE,EAAC,WAAW,CAAC,UAAU,GAAE,cAAc;IAM5D,MAAM,CAAC,uBAAuB,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,cAAc,GAAE,cAAc;IAI7F,MAAM,CAAC,mCAAmC,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,cAAc,GAAE,cAAc;IAKzG,UAAU,IAAG,MAAM;IAKnB,UAAU,IAAG,MAAM;IAKnB,YAAY,IAAG,MAAM;IAKrB,WAAW,IAAG,MAAM;IAKpB,MAAM,CAAC,mBAAmB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO;IAItD,MAAM,CAAC,aAAa,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,UAAU,EAAC,MAAM;IAInE,MAAM,CAAC,aAAa,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,UAAU,EAAC,MAAM;IAInE,MAAM,CAAC,eAAe,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,YAAY,EAAC,MAAM;IAIvE,MAAM,CAAC,cAAc,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,WAAW,EAAC,MAAM;IAIrE,MAAM,CAAC,iBAAiB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAKxE,MAAM,CAAC,oBAAoB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,UAAU,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,EAAE,YAAY,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,GAAE,WAAW,CAAC,MAAM;IAS1J,MAAM,IAAI,eAAe;IAUzB,QAAQ,CAAC,EAAE,EAAE,eAAe,GAAG,IAAI;CAMlC;AAED,qBAAa,eAAgB,YAAW,WAAW,CAAC,gBAAgB;IAE3D,UAAU,EAAE,MAAM;IAClB,UAAU,EAAE,MAAM;IAClB,YAAY,EAAE,MAAM;IACpB,WAAW,EAAE,MAAM;gBAHnB,UAAU,GAAE,MAAU,EACtB,UAAU,GAAE,MAAU,EACtB,YAAY,GAAE,MAAU,EACxB,WAAW,GAAE,MAAU;IAIhC,IAAI,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAG,WAAW,CAAC,MAAM;CAQpD"}
@@ -1,124 +0,0 @@
1
- "use strict";
2
- // automatically generated by the FlatBuffers compiler, do not modify
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.DegradeRequestT = exports.DegradeRequest = void 0;
38
- /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
39
- const flatbuffers = __importStar(require("flatbuffers"));
40
- class DegradeRequest {
41
- bb = null;
42
- bb_pos = 0;
43
- __init(i, bb) {
44
- this.bb_pos = i;
45
- this.bb = bb;
46
- return this;
47
- }
48
- static getRootAsDegradeRequest(bb, obj) {
49
- return (obj || new DegradeRequest()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
50
- }
51
- static getSizePrefixedRootAsDegradeRequest(bb, obj) {
52
- bb.setPosition(bb.position() + flatbuffers.SIZE_PREFIX_LENGTH);
53
- return (obj || new DegradeRequest()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
54
- }
55
- durationMs() {
56
- const offset = this.bb.__offset(this.bb_pos, 4);
57
- return offset ? this.bb.readUint32(this.bb_pos + offset) : 0;
58
- }
59
- maxDelayMs() {
60
- const offset = this.bb.__offset(this.bb_pos, 6);
61
- return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;
62
- }
63
- delayPercent() {
64
- const offset = this.bb.__offset(this.bb_pos, 8);
65
- return offset ? this.bb.readUint8(this.bb_pos + offset) : 0;
66
- }
67
- lossPercent() {
68
- const offset = this.bb.__offset(this.bb_pos, 10);
69
- return offset ? this.bb.readUint8(this.bb_pos + offset) : 0;
70
- }
71
- static startDegradeRequest(builder) {
72
- builder.startObject(4);
73
- }
74
- static addDurationMs(builder, durationMs) {
75
- builder.addFieldInt32(0, durationMs, 0);
76
- }
77
- static addMaxDelayMs(builder, maxDelayMs) {
78
- builder.addFieldInt16(1, maxDelayMs, 0);
79
- }
80
- static addDelayPercent(builder, delayPercent) {
81
- builder.addFieldInt8(2, delayPercent, 0);
82
- }
83
- static addLossPercent(builder, lossPercent) {
84
- builder.addFieldInt8(3, lossPercent, 0);
85
- }
86
- static endDegradeRequest(builder) {
87
- const offset = builder.endObject();
88
- return offset;
89
- }
90
- static createDegradeRequest(builder, durationMs, maxDelayMs, delayPercent, lossPercent) {
91
- DegradeRequest.startDegradeRequest(builder);
92
- DegradeRequest.addDurationMs(builder, durationMs);
93
- DegradeRequest.addMaxDelayMs(builder, maxDelayMs);
94
- DegradeRequest.addDelayPercent(builder, delayPercent);
95
- DegradeRequest.addLossPercent(builder, lossPercent);
96
- return DegradeRequest.endDegradeRequest(builder);
97
- }
98
- unpack() {
99
- return new DegradeRequestT(this.durationMs(), this.maxDelayMs(), this.delayPercent(), this.lossPercent());
100
- }
101
- unpackTo(_o) {
102
- _o.durationMs = this.durationMs();
103
- _o.maxDelayMs = this.maxDelayMs();
104
- _o.delayPercent = this.delayPercent();
105
- _o.lossPercent = this.lossPercent();
106
- }
107
- }
108
- exports.DegradeRequest = DegradeRequest;
109
- class DegradeRequestT {
110
- durationMs;
111
- maxDelayMs;
112
- delayPercent;
113
- lossPercent;
114
- constructor(durationMs = 0, maxDelayMs = 0, delayPercent = 0, lossPercent = 0) {
115
- this.durationMs = durationMs;
116
- this.maxDelayMs = maxDelayMs;
117
- this.delayPercent = delayPercent;
118
- this.lossPercent = lossPercent;
119
- }
120
- pack(builder) {
121
- return DegradeRequest.createDegradeRequest(builder, this.durationMs, this.maxDelayMs, this.delayPercent, this.lossPercent);
122
- }
123
- }
124
- exports.DegradeRequestT = DegradeRequestT;
@@ -1,24 +0,0 @@
1
- import * as flatbuffers from 'flatbuffers';
2
- export declare class SctpNegotiatedMaxStreamsNotification implements flatbuffers.IUnpackableObject<SctpNegotiatedMaxStreamsNotificationT> {
3
- bb: flatbuffers.ByteBuffer | null;
4
- bb_pos: number;
5
- __init(i: number, bb: flatbuffers.ByteBuffer): SctpNegotiatedMaxStreamsNotification;
6
- static getRootAsSctpNegotiatedMaxStreamsNotification(bb: flatbuffers.ByteBuffer, obj?: SctpNegotiatedMaxStreamsNotification): SctpNegotiatedMaxStreamsNotification;
7
- static getSizePrefixedRootAsSctpNegotiatedMaxStreamsNotification(bb: flatbuffers.ByteBuffer, obj?: SctpNegotiatedMaxStreamsNotification): SctpNegotiatedMaxStreamsNotification;
8
- negotiatedMaxOutboundStreams(): number;
9
- negotiatedMaxInboundStreams(): number;
10
- static startSctpNegotiatedMaxStreamsNotification(builder: flatbuffers.Builder): void;
11
- static addNegotiatedMaxOutboundStreams(builder: flatbuffers.Builder, negotiatedMaxOutboundStreams: number): void;
12
- static addNegotiatedMaxInboundStreams(builder: flatbuffers.Builder, negotiatedMaxInboundStreams: number): void;
13
- static endSctpNegotiatedMaxStreamsNotification(builder: flatbuffers.Builder): flatbuffers.Offset;
14
- static createSctpNegotiatedMaxStreamsNotification(builder: flatbuffers.Builder, negotiatedMaxOutboundStreams: number, negotiatedMaxInboundStreams: number): flatbuffers.Offset;
15
- unpack(): SctpNegotiatedMaxStreamsNotificationT;
16
- unpackTo(_o: SctpNegotiatedMaxStreamsNotificationT): void;
17
- }
18
- export declare class SctpNegotiatedMaxStreamsNotificationT implements flatbuffers.IGeneratedObject {
19
- negotiatedMaxOutboundStreams: number;
20
- negotiatedMaxInboundStreams: number;
21
- constructor(negotiatedMaxOutboundStreams?: number, negotiatedMaxInboundStreams?: number);
22
- pack(builder: flatbuffers.Builder): flatbuffers.Offset;
23
- }
24
- //# sourceMappingURL=sctp-negotiated-max-streams-notification.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sctp-negotiated-max-streams-notification.d.ts","sourceRoot":"","sources":["../../../src/fbs/transport/sctp-negotiated-max-streams-notification.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,WAAW,MAAM,aAAa,CAAC;AAI3C,qBAAa,oCAAqC,YAAW,WAAW,CAAC,iBAAiB,CAAC,qCAAqC,CAAC;IAC/H,EAAE,EAAE,WAAW,CAAC,UAAU,GAAC,IAAI,CAAQ;IACvC,MAAM,SAAK;IACX,MAAM,CAAC,CAAC,EAAC,MAAM,EAAE,EAAE,EAAC,WAAW,CAAC,UAAU,GAAE,oCAAoC;IAMlF,MAAM,CAAC,6CAA6C,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,oCAAoC,GAAE,oCAAoC;IAI/J,MAAM,CAAC,yDAAyD,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,oCAAoC,GAAE,oCAAoC;IAK3K,4BAA4B,IAAG,MAAM;IAKrC,2BAA2B,IAAG,MAAM;IAKpC,MAAM,CAAC,yCAAyC,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO;IAI5E,MAAM,CAAC,+BAA+B,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,4BAA4B,EAAC,MAAM;IAIvG,MAAM,CAAC,8BAA8B,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,2BAA2B,EAAC,MAAM;IAIrG,MAAM,CAAC,uCAAuC,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAK9F,MAAM,CAAC,0CAA0C,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,4BAA4B,EAAC,MAAM,EAAE,2BAA2B,EAAC,MAAM,GAAE,WAAW,CAAC,MAAM;IAO1K,MAAM,IAAI,qCAAqC;IAQ/C,QAAQ,CAAC,EAAE,EAAE,qCAAqC,GAAG,IAAI;CAIxD;AAED,qBAAa,qCAAsC,YAAW,WAAW,CAAC,gBAAgB;IAEjF,4BAA4B,EAAE,MAAM;IACpC,2BAA2B,EAAE,MAAM;gBADnC,4BAA4B,GAAE,MAAU,EACxC,2BAA2B,GAAE,MAAU;IAIhD,IAAI,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAG,WAAW,CAAC,MAAM;CAMpD"}
@@ -1,102 +0,0 @@
1
- "use strict";
2
- // automatically generated by the FlatBuffers compiler, do not modify
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.SctpNegotiatedMaxStreamsNotificationT = exports.SctpNegotiatedMaxStreamsNotification = void 0;
38
- /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
39
- const flatbuffers = __importStar(require("flatbuffers"));
40
- class SctpNegotiatedMaxStreamsNotification {
41
- bb = null;
42
- bb_pos = 0;
43
- __init(i, bb) {
44
- this.bb_pos = i;
45
- this.bb = bb;
46
- return this;
47
- }
48
- static getRootAsSctpNegotiatedMaxStreamsNotification(bb, obj) {
49
- return (obj || new SctpNegotiatedMaxStreamsNotification()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
50
- }
51
- static getSizePrefixedRootAsSctpNegotiatedMaxStreamsNotification(bb, obj) {
52
- bb.setPosition(bb.position() + flatbuffers.SIZE_PREFIX_LENGTH);
53
- return (obj || new SctpNegotiatedMaxStreamsNotification()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
54
- }
55
- negotiatedMaxOutboundStreams() {
56
- const offset = this.bb.__offset(this.bb_pos, 4);
57
- return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;
58
- }
59
- negotiatedMaxInboundStreams() {
60
- const offset = this.bb.__offset(this.bb_pos, 6);
61
- return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;
62
- }
63
- static startSctpNegotiatedMaxStreamsNotification(builder) {
64
- builder.startObject(2);
65
- }
66
- static addNegotiatedMaxOutboundStreams(builder, negotiatedMaxOutboundStreams) {
67
- builder.addFieldInt16(0, negotiatedMaxOutboundStreams, 0);
68
- }
69
- static addNegotiatedMaxInboundStreams(builder, negotiatedMaxInboundStreams) {
70
- builder.addFieldInt16(1, negotiatedMaxInboundStreams, 0);
71
- }
72
- static endSctpNegotiatedMaxStreamsNotification(builder) {
73
- const offset = builder.endObject();
74
- return offset;
75
- }
76
- static createSctpNegotiatedMaxStreamsNotification(builder, negotiatedMaxOutboundStreams, negotiatedMaxInboundStreams) {
77
- SctpNegotiatedMaxStreamsNotification.startSctpNegotiatedMaxStreamsNotification(builder);
78
- SctpNegotiatedMaxStreamsNotification.addNegotiatedMaxOutboundStreams(builder, negotiatedMaxOutboundStreams);
79
- SctpNegotiatedMaxStreamsNotification.addNegotiatedMaxInboundStreams(builder, negotiatedMaxInboundStreams);
80
- return SctpNegotiatedMaxStreamsNotification.endSctpNegotiatedMaxStreamsNotification(builder);
81
- }
82
- unpack() {
83
- return new SctpNegotiatedMaxStreamsNotificationT(this.negotiatedMaxOutboundStreams(), this.negotiatedMaxInboundStreams());
84
- }
85
- unpackTo(_o) {
86
- _o.negotiatedMaxOutboundStreams = this.negotiatedMaxOutboundStreams();
87
- _o.negotiatedMaxInboundStreams = this.negotiatedMaxInboundStreams();
88
- }
89
- }
90
- exports.SctpNegotiatedMaxStreamsNotification = SctpNegotiatedMaxStreamsNotification;
91
- class SctpNegotiatedMaxStreamsNotificationT {
92
- negotiatedMaxOutboundStreams;
93
- negotiatedMaxInboundStreams;
94
- constructor(negotiatedMaxOutboundStreams = 0, negotiatedMaxInboundStreams = 0) {
95
- this.negotiatedMaxOutboundStreams = negotiatedMaxOutboundStreams;
96
- this.negotiatedMaxInboundStreams = negotiatedMaxInboundStreams;
97
- }
98
- pack(builder) {
99
- return SctpNegotiatedMaxStreamsNotification.createSctpNegotiatedMaxStreamsNotification(builder, this.negotiatedMaxOutboundStreams, this.negotiatedMaxInboundStreams);
100
- }
101
- }
102
- exports.SctpNegotiatedMaxStreamsNotificationT = SctpNegotiatedMaxStreamsNotificationT;
@@ -1,24 +0,0 @@
1
- import * as flatbuffers from 'flatbuffers';
2
- export declare class SctpNegotiatedOptionsNotification implements flatbuffers.IUnpackableObject<SctpNegotiatedOptionsNotificationT> {
3
- bb: flatbuffers.ByteBuffer | null;
4
- bb_pos: number;
5
- __init(i: number, bb: flatbuffers.ByteBuffer): SctpNegotiatedOptionsNotification;
6
- static getRootAsSctpNegotiatedOptionsNotification(bb: flatbuffers.ByteBuffer, obj?: SctpNegotiatedOptionsNotification): SctpNegotiatedOptionsNotification;
7
- static getSizePrefixedRootAsSctpNegotiatedOptionsNotification(bb: flatbuffers.ByteBuffer, obj?: SctpNegotiatedOptionsNotification): SctpNegotiatedOptionsNotification;
8
- negotiatedMaxOutboundStreams(): number;
9
- negotiatedMaxInboundStreams(): number;
10
- static startSctpNegotiatedOptionsNotification(builder: flatbuffers.Builder): void;
11
- static addNegotiatedMaxOutboundStreams(builder: flatbuffers.Builder, negotiatedMaxOutboundStreams: number): void;
12
- static addNegotiatedMaxInboundStreams(builder: flatbuffers.Builder, negotiatedMaxInboundStreams: number): void;
13
- static endSctpNegotiatedOptionsNotification(builder: flatbuffers.Builder): flatbuffers.Offset;
14
- static createSctpNegotiatedOptionsNotification(builder: flatbuffers.Builder, negotiatedMaxOutboundStreams: number, negotiatedMaxInboundStreams: number): flatbuffers.Offset;
15
- unpack(): SctpNegotiatedOptionsNotificationT;
16
- unpackTo(_o: SctpNegotiatedOptionsNotificationT): void;
17
- }
18
- export declare class SctpNegotiatedOptionsNotificationT implements flatbuffers.IGeneratedObject {
19
- negotiatedMaxOutboundStreams: number;
20
- negotiatedMaxInboundStreams: number;
21
- constructor(negotiatedMaxOutboundStreams?: number, negotiatedMaxInboundStreams?: number);
22
- pack(builder: flatbuffers.Builder): flatbuffers.Offset;
23
- }
24
- //# sourceMappingURL=sctp-negotiated-options-notification.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sctp-negotiated-options-notification.d.ts","sourceRoot":"","sources":["../../../src/fbs/transport/sctp-negotiated-options-notification.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,WAAW,MAAM,aAAa,CAAC;AAI3C,qBAAa,iCAAkC,YAAW,WAAW,CAAC,iBAAiB,CAAC,kCAAkC,CAAC;IACzH,EAAE,EAAE,WAAW,CAAC,UAAU,GAAC,IAAI,CAAQ;IACvC,MAAM,SAAK;IACX,MAAM,CAAC,CAAC,EAAC,MAAM,EAAE,EAAE,EAAC,WAAW,CAAC,UAAU,GAAE,iCAAiC;IAM/E,MAAM,CAAC,0CAA0C,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,iCAAiC,GAAE,iCAAiC;IAItJ,MAAM,CAAC,sDAAsD,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,iCAAiC,GAAE,iCAAiC;IAKlK,4BAA4B,IAAG,MAAM;IAKrC,2BAA2B,IAAG,MAAM;IAKpC,MAAM,CAAC,sCAAsC,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO;IAIzE,MAAM,CAAC,+BAA+B,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,4BAA4B,EAAC,MAAM;IAIvG,MAAM,CAAC,8BAA8B,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,2BAA2B,EAAC,MAAM;IAIrG,MAAM,CAAC,oCAAoC,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAK3F,MAAM,CAAC,uCAAuC,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,4BAA4B,EAAC,MAAM,EAAE,2BAA2B,EAAC,MAAM,GAAE,WAAW,CAAC,MAAM;IAOvK,MAAM,IAAI,kCAAkC;IAQ5C,QAAQ,CAAC,EAAE,EAAE,kCAAkC,GAAG,IAAI;CAIrD;AAED,qBAAa,kCAAmC,YAAW,WAAW,CAAC,gBAAgB;IAE9E,4BAA4B,EAAE,MAAM;IACpC,2BAA2B,EAAE,MAAM;gBADnC,4BAA4B,GAAE,MAAU,EACxC,2BAA2B,GAAE,MAAU;IAIhD,IAAI,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAG,WAAW,CAAC,MAAM;CAMpD"}
@@ -1,102 +0,0 @@
1
- "use strict";
2
- // automatically generated by the FlatBuffers compiler, do not modify
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.SctpNegotiatedOptionsNotificationT = exports.SctpNegotiatedOptionsNotification = void 0;
38
- /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
39
- const flatbuffers = __importStar(require("flatbuffers"));
40
- class SctpNegotiatedOptionsNotification {
41
- bb = null;
42
- bb_pos = 0;
43
- __init(i, bb) {
44
- this.bb_pos = i;
45
- this.bb = bb;
46
- return this;
47
- }
48
- static getRootAsSctpNegotiatedOptionsNotification(bb, obj) {
49
- return (obj || new SctpNegotiatedOptionsNotification()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
50
- }
51
- static getSizePrefixedRootAsSctpNegotiatedOptionsNotification(bb, obj) {
52
- bb.setPosition(bb.position() + flatbuffers.SIZE_PREFIX_LENGTH);
53
- return (obj || new SctpNegotiatedOptionsNotification()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
54
- }
55
- negotiatedMaxOutboundStreams() {
56
- const offset = this.bb.__offset(this.bb_pos, 4);
57
- return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;
58
- }
59
- negotiatedMaxInboundStreams() {
60
- const offset = this.bb.__offset(this.bb_pos, 6);
61
- return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;
62
- }
63
- static startSctpNegotiatedOptionsNotification(builder) {
64
- builder.startObject(2);
65
- }
66
- static addNegotiatedMaxOutboundStreams(builder, negotiatedMaxOutboundStreams) {
67
- builder.addFieldInt16(0, negotiatedMaxOutboundStreams, 0);
68
- }
69
- static addNegotiatedMaxInboundStreams(builder, negotiatedMaxInboundStreams) {
70
- builder.addFieldInt16(1, negotiatedMaxInboundStreams, 0);
71
- }
72
- static endSctpNegotiatedOptionsNotification(builder) {
73
- const offset = builder.endObject();
74
- return offset;
75
- }
76
- static createSctpNegotiatedOptionsNotification(builder, negotiatedMaxOutboundStreams, negotiatedMaxInboundStreams) {
77
- SctpNegotiatedOptionsNotification.startSctpNegotiatedOptionsNotification(builder);
78
- SctpNegotiatedOptionsNotification.addNegotiatedMaxOutboundStreams(builder, negotiatedMaxOutboundStreams);
79
- SctpNegotiatedOptionsNotification.addNegotiatedMaxInboundStreams(builder, negotiatedMaxInboundStreams);
80
- return SctpNegotiatedOptionsNotification.endSctpNegotiatedOptionsNotification(builder);
81
- }
82
- unpack() {
83
- return new SctpNegotiatedOptionsNotificationT(this.negotiatedMaxOutboundStreams(), this.negotiatedMaxInboundStreams());
84
- }
85
- unpackTo(_o) {
86
- _o.negotiatedMaxOutboundStreams = this.negotiatedMaxOutboundStreams();
87
- _o.negotiatedMaxInboundStreams = this.negotiatedMaxInboundStreams();
88
- }
89
- }
90
- exports.SctpNegotiatedOptionsNotification = SctpNegotiatedOptionsNotification;
91
- class SctpNegotiatedOptionsNotificationT {
92
- negotiatedMaxOutboundStreams;
93
- negotiatedMaxInboundStreams;
94
- constructor(negotiatedMaxOutboundStreams = 0, negotiatedMaxInboundStreams = 0) {
95
- this.negotiatedMaxOutboundStreams = negotiatedMaxOutboundStreams;
96
- this.negotiatedMaxInboundStreams = negotiatedMaxInboundStreams;
97
- }
98
- pack(builder) {
99
- return SctpNegotiatedOptionsNotification.createSctpNegotiatedOptionsNotification(builder, this.negotiatedMaxOutboundStreams, this.negotiatedMaxInboundStreams);
100
- }
101
- }
102
- exports.SctpNegotiatedOptionsNotificationT = SctpNegotiatedOptionsNotificationT;
@@ -1,18 +0,0 @@
1
- import * as flatbuffers from 'flatbuffers';
2
- export declare class CloseNotification implements flatbuffers.IUnpackableObject<CloseNotificationT> {
3
- bb: flatbuffers.ByteBuffer | null;
4
- bb_pos: number;
5
- __init(i: number, bb: flatbuffers.ByteBuffer): CloseNotification;
6
- static getRootAsCloseNotification(bb: flatbuffers.ByteBuffer, obj?: CloseNotification): CloseNotification;
7
- static getSizePrefixedRootAsCloseNotification(bb: flatbuffers.ByteBuffer, obj?: CloseNotification): CloseNotification;
8
- static startCloseNotification(builder: flatbuffers.Builder): void;
9
- static endCloseNotification(builder: flatbuffers.Builder): flatbuffers.Offset;
10
- static createCloseNotification(builder: flatbuffers.Builder): flatbuffers.Offset;
11
- unpack(): CloseNotificationT;
12
- unpackTo(_o: CloseNotificationT): void;
13
- }
14
- export declare class CloseNotificationT implements flatbuffers.IGeneratedObject {
15
- constructor();
16
- pack(builder: flatbuffers.Builder): flatbuffers.Offset;
17
- }
18
- //# sourceMappingURL=close-notification.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"close-notification.d.ts","sourceRoot":"","sources":["../../../src/fbs/worker/close-notification.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,WAAW,MAAM,aAAa,CAAC;AAI3C,qBAAa,iBAAkB,YAAW,WAAW,CAAC,iBAAiB,CAAC,kBAAkB,CAAC;IACzF,EAAE,EAAE,WAAW,CAAC,UAAU,GAAC,IAAI,CAAQ;IACvC,MAAM,SAAK;IACX,MAAM,CAAC,CAAC,EAAC,MAAM,EAAE,EAAE,EAAC,WAAW,CAAC,UAAU,GAAE,iBAAiB;IAM/D,MAAM,CAAC,0BAA0B,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,iBAAiB,GAAE,iBAAiB;IAItG,MAAM,CAAC,sCAAsC,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,iBAAiB,GAAE,iBAAiB;IAKlH,MAAM,CAAC,sBAAsB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO;IAIzD,MAAM,CAAC,oBAAoB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAK3E,MAAM,CAAC,uBAAuB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAK9E,MAAM,IAAI,kBAAkB;IAK5B,QAAQ,CAAC,EAAE,EAAE,kBAAkB,GAAG,IAAI;CACrC;AAED,qBAAa,kBAAmB,YAAW,WAAW,CAAC,gBAAgB;;IAIvE,IAAI,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAG,WAAW,CAAC,MAAM;CAGpD"}
@@ -1,18 +0,0 @@
1
- import * as flatbuffers from 'flatbuffers';
2
- export declare class CloseRequest implements flatbuffers.IUnpackableObject<CloseRequestT> {
3
- bb: flatbuffers.ByteBuffer | null;
4
- bb_pos: number;
5
- __init(i: number, bb: flatbuffers.ByteBuffer): CloseRequest;
6
- static getRootAsCloseRequest(bb: flatbuffers.ByteBuffer, obj?: CloseRequest): CloseRequest;
7
- static getSizePrefixedRootAsCloseRequest(bb: flatbuffers.ByteBuffer, obj?: CloseRequest): CloseRequest;
8
- static startCloseRequest(builder: flatbuffers.Builder): void;
9
- static endCloseRequest(builder: flatbuffers.Builder): flatbuffers.Offset;
10
- static createCloseRequest(builder: flatbuffers.Builder): flatbuffers.Offset;
11
- unpack(): CloseRequestT;
12
- unpackTo(_o: CloseRequestT): void;
13
- }
14
- export declare class CloseRequestT implements flatbuffers.IGeneratedObject {
15
- constructor();
16
- pack(builder: flatbuffers.Builder): flatbuffers.Offset;
17
- }
18
- //# sourceMappingURL=close-request.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"close-request.d.ts","sourceRoot":"","sources":["../../../src/fbs/worker/close-request.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,WAAW,MAAM,aAAa,CAAC;AAI3C,qBAAa,YAAa,YAAW,WAAW,CAAC,iBAAiB,CAAC,aAAa,CAAC;IAC/E,EAAE,EAAE,WAAW,CAAC,UAAU,GAAC,IAAI,CAAQ;IACvC,MAAM,SAAK;IACX,MAAM,CAAC,CAAC,EAAC,MAAM,EAAE,EAAE,EAAC,WAAW,CAAC,UAAU,GAAE,YAAY;IAM1D,MAAM,CAAC,qBAAqB,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,YAAY,GAAE,YAAY;IAIvF,MAAM,CAAC,iCAAiC,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,YAAY,GAAE,YAAY;IAKnG,MAAM,CAAC,iBAAiB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO;IAIpD,MAAM,CAAC,eAAe,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAKtE,MAAM,CAAC,kBAAkB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAKzE,MAAM,IAAI,aAAa;IAKvB,QAAQ,CAAC,EAAE,EAAE,aAAa,GAAG,IAAI;CAChC;AAED,qBAAa,aAAc,YAAW,WAAW,CAAC,gBAAgB;;IAIlE,IAAI,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAG,WAAW,CAAC,MAAM;CAGpD"}
@@ -1,18 +0,0 @@
1
- import * as flatbuffers from 'flatbuffers';
2
- export declare class CloseWorkerNotification implements flatbuffers.IUnpackableObject<CloseWorkerNotificationT> {
3
- bb: flatbuffers.ByteBuffer | null;
4
- bb_pos: number;
5
- __init(i: number, bb: flatbuffers.ByteBuffer): CloseWorkerNotification;
6
- static getRootAsCloseWorkerNotification(bb: flatbuffers.ByteBuffer, obj?: CloseWorkerNotification): CloseWorkerNotification;
7
- static getSizePrefixedRootAsCloseWorkerNotification(bb: flatbuffers.ByteBuffer, obj?: CloseWorkerNotification): CloseWorkerNotification;
8
- static startCloseWorkerNotification(builder: flatbuffers.Builder): void;
9
- static endCloseWorkerNotification(builder: flatbuffers.Builder): flatbuffers.Offset;
10
- static createCloseWorkerNotification(builder: flatbuffers.Builder): flatbuffers.Offset;
11
- unpack(): CloseWorkerNotificationT;
12
- unpackTo(_o: CloseWorkerNotificationT): void;
13
- }
14
- export declare class CloseWorkerNotificationT implements flatbuffers.IGeneratedObject {
15
- constructor();
16
- pack(builder: flatbuffers.Builder): flatbuffers.Offset;
17
- }
18
- //# sourceMappingURL=close-worker-notification.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"close-worker-notification.d.ts","sourceRoot":"","sources":["../../../src/fbs/worker/close-worker-notification.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,WAAW,MAAM,aAAa,CAAC;AAI3C,qBAAa,uBAAwB,YAAW,WAAW,CAAC,iBAAiB,CAAC,wBAAwB,CAAC;IACrG,EAAE,EAAE,WAAW,CAAC,UAAU,GAAC,IAAI,CAAQ;IACvC,MAAM,SAAK;IACX,MAAM,CAAC,CAAC,EAAC,MAAM,EAAE,EAAE,EAAC,WAAW,CAAC,UAAU,GAAE,uBAAuB;IAMrE,MAAM,CAAC,gCAAgC,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,uBAAuB,GAAE,uBAAuB;IAIxH,MAAM,CAAC,4CAA4C,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,uBAAuB,GAAE,uBAAuB;IAKpI,MAAM,CAAC,4BAA4B,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO;IAI/D,MAAM,CAAC,0BAA0B,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAKjF,MAAM,CAAC,6BAA6B,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IAKpF,MAAM,IAAI,wBAAwB;IAKlC,QAAQ,CAAC,EAAE,EAAE,wBAAwB,GAAG,IAAI;CAC3C;AAED,qBAAa,wBAAyB,YAAW,WAAW,CAAC,gBAAgB;;IAI7E,IAAI,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAG,WAAW,CAAC,MAAM;CAGpD"}