-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathackMsg.msg
More file actions
36 lines (31 loc) · 710 Bytes
/
Copy pathackMsg.msg
File metadata and controls
36 lines (31 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
//
// This file is part of an OMNeT++/OMNEST simulation example.
//
// Copyright (C) 2003 Ahmet Sekercioglu
// Copyright (C) 2003-2015 Andras Varga
//
// This file is distributed WITHOUT ANY WARRANTY. See the file
// `license' for details on this and other legal matters.
//
//
// Same as TictocMsg11
//
packet ackMsg
{
int transactionId;
int receiver;
int htlcIndex;
int pathIndex;
double timeSent;
bool isSuccess; //status, true for success, false for failure
int failedHopNum;
string secret="";
double amount;
int priorityClass;
bool hasTimeOut;
double timeOut;
double largerTxnId;
bool isMarked;
double timeAttempted;
double tx_fee_amount;
}