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 af65fb9 commit e2af52fCopy full SHA for e2af52f
deps/rabbit/src/rabbit_amqp_session.erl
@@ -73,7 +73,7 @@
73
-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