We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73af4aa commit af65fb9Copy full SHA for af65fb9
deps/rabbit/src/rabbit_amqp_session.erl
@@ -70,7 +70,7 @@
70
-define(MANAGEMENT_NODE_ADDRESS, <<"/management">>).
71
-define(UINT_OUTGOING_WINDOW, {uint, ?UINT_MAX}).
72
%% "The next-outgoing-id MAY be initialized to an arbitrary value" [2.5.6]
73
--define(INITIAL_OUTGOING_TRANSFER_ID, ?UINT_MAX - 3).
+-define(INITIAL_OUTGOING_TRANSFER_ID, 0).
74
%% "Note that, despite its name, the delivery-count is not a count but a
75
%% sequence number initialized at an arbitrary point by the sender." [2.6.7]
76
-define(INITIAL_DELIVERY_COUNT, ?UINT_MAX - 4).
0 commit comments