The RDBCMM packet is sent by the client to initiate a commit.
MONITOR (int): a set of flags specifying what information to return in the MONITORRD response. The following flags can be combined:Â
0x80000000: return server ETIME (this is the most common)
0x40000000: return statement monitoring identifier
0x20000000: return unit of work sequence
This packet type often contains other properties, but they are usually not relevant, except for advanced cases.
It would be unusual to change this packet, as that could confuse the client, which would not receive the information it expects in the MONITORRD response.