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.
2 parents 78d7041 + e2af52f commit df2dd96Copy full SHA for df2dd96
deps/rabbit/src/rabbit_amqp_session.erl
@@ -70,10 +70,10 @@
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).
+-define(INITIAL_DELIVERY_COUNT, 0).
77
-define(INITIAL_OUTGOING_DELIVERY_ID, 0).
78
-define(UINT(N), {uint, N}).
79
%% [3.4]
0 commit comments