Skip to content

Commit 10b47a8

Browse files
committed
LSP ping: Use 'TimeStamp Sent' and 'TimeStamp Received' from the RFC
s/Sender Timestamp/TimeStamp Sent/ s/Receiver Timestamp/TimeStamp Received/ Fix the indentation in the output.
1 parent 9fcec3c commit 10b47a8

File tree

7 files changed

+86
-45
lines changed

7 files changed

+86
-45
lines changed

print-lspping.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -587,13 +587,12 @@ lspping_print(netdissect_options *ndo,
587587
GET_BE_U_4(lspping_com_header->sender_handle),
588588
GET_BE_U_4(lspping_com_header->seq_number));
589589

590-
ND_PRINT("\n\t Sender Timestamp: ");
590+
ND_PRINT("\n\t TimeStamp Sent: ");
591591
p_ntp_time(ndo, &lspping_com_header->ts_sent);
592-
ND_PRINT(" ");
593592

594593
int_part=GET_BE_U_4(lspping_com_header->ts_rcvd.int_part);
595594
fraction=GET_BE_U_4(lspping_com_header->ts_rcvd.fraction);
596-
ND_PRINT("Receiver Timestamp: ");
595+
ND_PRINT("\n\t TimeStamp Received: ");
597596
if (! (int_part == 0 && fraction == 0))
598597
p_ntp_time(ndo, &lspping_com_header->ts_rcvd);
599598
else

tests/lsp-ping-timestamp.out

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
66
Return Subcode: (0)
77
Sender Handle: 0x00000000, Sequence: 1
8-
Sender Timestamp: 3809381051.326312999 (2020-09-18T01:24:11Z) Receiver Timestamp: 3809381051.327528999 (2020-09-18T01:24:11Z)
8+
TimeStamp Sent: 3809381051.326312999 (2020-09-18T01:24:11Z)
9+
TimeStamp Received: 3809381051.327528999 (2020-09-18T01:24:11Z)

tests/lspping-fec-ldp-v.out

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
Return Code: No return code or return code contained in the Error Code TLV (0)
1111
Return Subcode: (0)
1212
Sender Handle: 0x00000000, Sequence: 1
13-
Sender Timestamp: 1087208228.000027564 (1934-06-15T10:17:08Z) Receiver Timestamp: no timestamp
13+
TimeStamp Sent: 1087208228.000027564 (1934-06-15T10:17:08Z)
14+
TimeStamp Received: no timestamp
1415
Target FEC Stack TLV (1), length: 12
1516
LDP IPv4 prefix subTLV (1), length: 5
1617
12.1.1.1/32
@@ -21,7 +22,8 @@
2122
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
2223
Return Subcode: (0)
2324
Sender Handle: 0x00000000, Sequence: 1
24-
Sender Timestamp: 1087208228.000027564 (1934-06-15T10:17:08Z) Receiver Timestamp: 1087208228.000027928 (1934-06-15T10:17:08Z)
25+
TimeStamp Sent: 1087208228.000027564 (1934-06-15T10:17:08Z)
26+
TimeStamp Received: 1087208228.000027928 (1934-06-15T10:17:08Z)
2527
4 2004-06-14 10:17:08.878375 MPLS (label 100704, tc 6, [S], ttl 64)
2628
IP (tos 0xc0, ttl 64, id 40725, offset 0, flags [none], proto TCP (6), length 71)
2729
12.4.4.4.2006 > 12.1.1.1.179: Flags [P.], cksum 0x6c0d (correct), seq 399708866:399708885, ack 708613212, win 16384, options [nop,nop,TS val 84784455 ecr 130411], length 19: BGP
@@ -37,7 +39,8 @@
3739
Return Code: No return code or return code contained in the Error Code TLV (0)
3840
Return Subcode: (0)
3941
Sender Handle: 0x00000000, Sequence: 2
40-
Sender Timestamp: 1087208229.000029880 (1934-06-15T10:17:09Z) Receiver Timestamp: no timestamp
42+
TimeStamp Sent: 1087208229.000029880 (1934-06-15T10:17:09Z)
43+
TimeStamp Received: no timestamp
4144
Target FEC Stack TLV (1), length: 12
4245
LDP IPv4 prefix subTLV (1), length: 5
4346
12.1.1.1/32
@@ -48,7 +51,8 @@
4851
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
4952
Return Subcode: (0)
5053
Sender Handle: 0x00000000, Sequence: 2
51-
Sender Timestamp: 1087208229.000029880 (1934-06-15T10:17:09Z) Receiver Timestamp: 1087208229.000030186 (1934-06-15T10:17:09Z)
54+
TimeStamp Sent: 1087208229.000029880 (1934-06-15T10:17:09Z)
55+
TimeStamp Received: 1087208229.000030186 (1934-06-15T10:17:09Z)
5256
8 2004-06-14 10:17:10.128607 MPLS (label 100688, tc 7, [S], ttl 255)
5357
IP (tos 0x0, ttl 64, id 40729, offset 0, flags [none], proto UDP (17), length 76)
5458
12.4.4.4.4786 > 127.0.0.1.3503:
@@ -57,7 +61,8 @@
5761
Return Code: No return code or return code contained in the Error Code TLV (0)
5862
Return Subcode: (0)
5963
Sender Handle: 0x00000000, Sequence: 3
60-
Sender Timestamp: 1087208230.000029928 (1934-06-15T10:17:10Z) Receiver Timestamp: no timestamp
64+
TimeStamp Sent: 1087208230.000029928 (1934-06-15T10:17:10Z)
65+
TimeStamp Received: no timestamp
6166
Target FEC Stack TLV (1), length: 12
6267
LDP IPv4 prefix subTLV (1), length: 5
6368
12.1.1.1/32
@@ -68,7 +73,8 @@
6873
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
6974
Return Subcode: (0)
7075
Sender Handle: 0x00000000, Sequence: 3
71-
Sender Timestamp: 1087208230.000029928 (1934-06-15T10:17:10Z) Receiver Timestamp: 1087208230.000030250 (1934-06-15T10:17:10Z)
76+
TimeStamp Sent: 1087208230.000029928 (1934-06-15T10:17:10Z)
77+
TimeStamp Received: 1087208230.000030250 (1934-06-15T10:17:10Z)
7278
10 2004-06-14 10:17:11.128577 MPLS (label 100688, tc 7, [S], ttl 255)
7379
IP (tos 0x0, ttl 64, id 40731, offset 0, flags [none], proto UDP (17), length 76)
7480
12.4.4.4.4786 > 127.0.0.1.3503:
@@ -77,7 +83,8 @@
7783
Return Code: No return code or return code contained in the Error Code TLV (0)
7884
Return Subcode: (0)
7985
Sender Handle: 0x00000000, Sequence: 4
80-
Sender Timestamp: 1087208231.000029918 (1934-06-15T10:17:11Z) Receiver Timestamp: no timestamp
86+
TimeStamp Sent: 1087208231.000029918 (1934-06-15T10:17:11Z)
87+
TimeStamp Received: no timestamp
8188
Target FEC Stack TLV (1), length: 12
8289
LDP IPv4 prefix subTLV (1), length: 5
8390
12.1.1.1/32
@@ -88,7 +95,8 @@
8895
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
8996
Return Subcode: (0)
9097
Sender Handle: 0x00000000, Sequence: 4
91-
Sender Timestamp: 1087208231.000029918 (1934-06-15T10:17:11Z) Receiver Timestamp: 1087208231.000030237 (1934-06-15T10:17:11Z)
98+
TimeStamp Sent: 1087208231.000029918 (1934-06-15T10:17:11Z)
99+
TimeStamp Received: 1087208231.000030237 (1934-06-15T10:17:11Z)
92100
12 2004-06-14 10:17:12.128655 MPLS (label 100688, tc 7, [S], ttl 255)
93101
IP (tos 0x0, ttl 64, id 40733, offset 0, flags [none], proto UDP (17), length 76)
94102
12.4.4.4.4786 > 127.0.0.1.3503:
@@ -97,7 +105,8 @@
97105
Return Code: No return code or return code contained in the Error Code TLV (0)
98106
Return Subcode: (0)
99107
Sender Handle: 0x00000000, Sequence: 5
100-
Sender Timestamp: 1087208232.000029937 (1934-06-15T10:17:12Z) Receiver Timestamp: no timestamp
108+
TimeStamp Sent: 1087208232.000029937 (1934-06-15T10:17:12Z)
109+
TimeStamp Received: no timestamp
101110
Target FEC Stack TLV (1), length: 12
102111
LDP IPv4 prefix subTLV (1), length: 5
103112
12.1.1.1/32
@@ -108,4 +117,5 @@
108117
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
109118
Return Subcode: (0)
110119
Sender Handle: 0x00000000, Sequence: 5
111-
Sender Timestamp: 1087208232.000029937 (1934-06-15T10:17:12Z) Receiver Timestamp: 1087208232.000030273 (1934-06-15T10:17:12Z)
120+
TimeStamp Sent: 1087208232.000029937 (1934-06-15T10:17:12Z)
121+
TimeStamp Received: 1087208232.000030273 (1934-06-15T10:17:12Z)

tests/lspping-fec-ldp-vv.out

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
Return Code: No return code or return code contained in the Error Code TLV (0)
1111
Return Subcode: (0)
1212
Sender Handle: 0x00000000, Sequence: 1
13-
Sender Timestamp: 1087208228.000027564 (1934-06-15T10:17:08Z) Receiver Timestamp: no timestamp
13+
TimeStamp Sent: 1087208228.000027564 (1934-06-15T10:17:08Z)
14+
TimeStamp Received: no timestamp
1415
Target FEC Stack TLV (1), length: 12
1516
LDP IPv4 prefix subTLV (1), length: 5
1617
12.1.1.1/32
@@ -23,7 +24,8 @@
2324
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
2425
Return Subcode: (0)
2526
Sender Handle: 0x00000000, Sequence: 1
26-
Sender Timestamp: 1087208228.000027564 (1934-06-15T10:17:08Z) Receiver Timestamp: 1087208228.000027928 (1934-06-15T10:17:08Z)
27+
TimeStamp Sent: 1087208228.000027564 (1934-06-15T10:17:08Z)
28+
TimeStamp Received: 1087208228.000027928 (1934-06-15T10:17:08Z)
2729
4 2004-06-14 10:17:08.878375 MPLS (label 100704, tc 6, [S], ttl 64)
2830
IP (tos 0xc0, ttl 64, id 40725, offset 0, flags [none], proto TCP (6), length 71)
2931
12.4.4.4.2006 > 12.1.1.1.179: Flags [P.], cksum 0x6c0d (correct), seq 399708866:399708885, ack 708613212, win 16384, options [nop,nop,TS val 84784455 ecr 130411], length 19: BGP
@@ -39,7 +41,8 @@
3941
Return Code: No return code or return code contained in the Error Code TLV (0)
4042
Return Subcode: (0)
4143
Sender Handle: 0x00000000, Sequence: 2
42-
Sender Timestamp: 1087208229.000029880 (1934-06-15T10:17:09Z) Receiver Timestamp: no timestamp
44+
TimeStamp Sent: 1087208229.000029880 (1934-06-15T10:17:09Z)
45+
TimeStamp Received: no timestamp
4346
Target FEC Stack TLV (1), length: 12
4447
LDP IPv4 prefix subTLV (1), length: 5
4548
12.1.1.1/32
@@ -52,7 +55,8 @@
5255
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
5356
Return Subcode: (0)
5457
Sender Handle: 0x00000000, Sequence: 2
55-
Sender Timestamp: 1087208229.000029880 (1934-06-15T10:17:09Z) Receiver Timestamp: 1087208229.000030186 (1934-06-15T10:17:09Z)
58+
TimeStamp Sent: 1087208229.000029880 (1934-06-15T10:17:09Z)
59+
TimeStamp Received: 1087208229.000030186 (1934-06-15T10:17:09Z)
5660
8 2004-06-14 10:17:10.128607 MPLS (label 100688, tc 7, [S], ttl 255)
5761
IP (tos 0x0, ttl 64, id 40729, offset 0, flags [none], proto UDP (17), length 76)
5862
12.4.4.4.4786 > 127.0.0.1.3503: [udp sum ok]
@@ -61,7 +65,8 @@
6165
Return Code: No return code or return code contained in the Error Code TLV (0)
6266
Return Subcode: (0)
6367
Sender Handle: 0x00000000, Sequence: 3
64-
Sender Timestamp: 1087208230.000029928 (1934-06-15T10:17:10Z) Receiver Timestamp: no timestamp
68+
TimeStamp Sent: 1087208230.000029928 (1934-06-15T10:17:10Z)
69+
TimeStamp Received: no timestamp
6570
Target FEC Stack TLV (1), length: 12
6671
LDP IPv4 prefix subTLV (1), length: 5
6772
12.1.1.1/32
@@ -74,7 +79,8 @@
7479
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
7580
Return Subcode: (0)
7681
Sender Handle: 0x00000000, Sequence: 3
77-
Sender Timestamp: 1087208230.000029928 (1934-06-15T10:17:10Z) Receiver Timestamp: 1087208230.000030250 (1934-06-15T10:17:10Z)
82+
TimeStamp Sent: 1087208230.000029928 (1934-06-15T10:17:10Z)
83+
TimeStamp Received: 1087208230.000030250 (1934-06-15T10:17:10Z)
7884
10 2004-06-14 10:17:11.128577 MPLS (label 100688, tc 7, [S], ttl 255)
7985
IP (tos 0x0, ttl 64, id 40731, offset 0, flags [none], proto UDP (17), length 76)
8086
12.4.4.4.4786 > 127.0.0.1.3503: [udp sum ok]
@@ -83,7 +89,8 @@
8389
Return Code: No return code or return code contained in the Error Code TLV (0)
8490
Return Subcode: (0)
8591
Sender Handle: 0x00000000, Sequence: 4
86-
Sender Timestamp: 1087208231.000029918 (1934-06-15T10:17:11Z) Receiver Timestamp: no timestamp
92+
TimeStamp Sent: 1087208231.000029918 (1934-06-15T10:17:11Z)
93+
TimeStamp Received: no timestamp
8794
Target FEC Stack TLV (1), length: 12
8895
LDP IPv4 prefix subTLV (1), length: 5
8996
12.1.1.1/32
@@ -96,7 +103,8 @@
96103
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
97104
Return Subcode: (0)
98105
Sender Handle: 0x00000000, Sequence: 4
99-
Sender Timestamp: 1087208231.000029918 (1934-06-15T10:17:11Z) Receiver Timestamp: 1087208231.000030237 (1934-06-15T10:17:11Z)
106+
TimeStamp Sent: 1087208231.000029918 (1934-06-15T10:17:11Z)
107+
TimeStamp Received: 1087208231.000030237 (1934-06-15T10:17:11Z)
100108
12 2004-06-14 10:17:12.128655 MPLS (label 100688, tc 7, [S], ttl 255)
101109
IP (tos 0x0, ttl 64, id 40733, offset 0, flags [none], proto UDP (17), length 76)
102110
12.4.4.4.4786 > 127.0.0.1.3503: [udp sum ok]
@@ -105,7 +113,8 @@
105113
Return Code: No return code or return code contained in the Error Code TLV (0)
106114
Return Subcode: (0)
107115
Sender Handle: 0x00000000, Sequence: 5
108-
Sender Timestamp: 1087208232.000029937 (1934-06-15T10:17:12Z) Receiver Timestamp: no timestamp
116+
TimeStamp Sent: 1087208232.000029937 (1934-06-15T10:17:12Z)
117+
TimeStamp Received: no timestamp
109118
Target FEC Stack TLV (1), length: 12
110119
LDP IPv4 prefix subTLV (1), length: 5
111120
12.1.1.1/32
@@ -118,4 +127,5 @@
118127
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
119128
Return Subcode: (0)
120129
Sender Handle: 0x00000000, Sequence: 5
121-
Sender Timestamp: 1087208232.000029937 (1934-06-15T10:17:12Z) Receiver Timestamp: 1087208232.000030273 (1934-06-15T10:17:12Z)
130+
TimeStamp Sent: 1087208232.000029937 (1934-06-15T10:17:12Z)
131+
TimeStamp Received: 1087208232.000030273 (1934-06-15T10:17:12Z)

tests/lspping-fec-rsvp-v.out

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
Return Code: No return code or return code contained in the Error Code TLV (0)
77
Return Subcode: (0)
88
Sender Handle: 0x00000000, Sequence: 1
9-
Sender Timestamp: 1087208037.000131030 (1934-06-15T10:13:57Z) Receiver Timestamp: no timestamp
9+
TimeStamp Sent: 1087208037.000131030 (1934-06-15T10:13:57Z)
10+
TimeStamp Received: no timestamp
1011
Target FEC Stack TLV (1), length: 24
1112
RSVP IPv4 Session Query subTLV (3), length: 20
1213
tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
@@ -18,7 +19,8 @@
1819
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
1920
Return Subcode: (0)
2021
Sender Handle: 0x00000000, Sequence: 1
21-
Sender Timestamp: 1087208037.000131030 (1934-06-15T10:13:57Z) Receiver Timestamp: 1087208037.000131348 (1934-06-15T10:13:57Z)
22+
TimeStamp Sent: 1087208037.000131030 (1934-06-15T10:13:57Z)
23+
TimeStamp Received: 1087208037.000131348 (1934-06-15T10:13:57Z)
2224
3 2004-06-14 10:13:58.572787 MPLS (label 100704, tc 7, [S], ttl 255)
2325
IP (tos 0x0, ttl 64, id 40271, offset 0, flags [none], proto UDP (17), length 88)
2426
12.4.4.4.4529 > 127.0.0.1.3503:
@@ -27,7 +29,8 @@
2729
Return Code: No return code or return code contained in the Error Code TLV (0)
2830
Return Subcode: (0)
2931
Sender Handle: 0x00000000, Sequence: 2
30-
Sender Timestamp: 1087208038.000133345 (1934-06-15T10:13:58Z) Receiver Timestamp: no timestamp
32+
TimeStamp Sent: 1087208038.000133345 (1934-06-15T10:13:58Z)
33+
TimeStamp Received: no timestamp
3134
Target FEC Stack TLV (1), length: 24
3235
RSVP IPv4 Session Query subTLV (3), length: 20
3336
tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
@@ -39,7 +42,8 @@
3942
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
4043
Return Subcode: (0)
4144
Sender Handle: 0x00000000, Sequence: 2
42-
Sender Timestamp: 1087208038.000133345 (1934-06-15T10:13:58Z) Receiver Timestamp: 1087208038.000136480 (1934-06-15T10:13:58Z)
45+
TimeStamp Sent: 1087208038.000133345 (1934-06-15T10:13:58Z)
46+
TimeStamp Received: 1087208038.000136480 (1934-06-15T10:13:58Z)
4347
5 2004-06-14 10:13:59.572866 MPLS (label 100704, tc 7, [S], ttl 255)
4448
IP (tos 0x0, ttl 64, id 40273, offset 0, flags [none], proto UDP (17), length 88)
4549
12.4.4.4.4529 > 127.0.0.1.3503:
@@ -48,7 +52,8 @@
4852
Return Code: No return code or return code contained in the Error Code TLV (0)
4953
Return Subcode: (0)
5054
Sender Handle: 0x00000000, Sequence: 3
51-
Sender Timestamp: 1087208039.000133363 (1934-06-15T10:13:59Z) Receiver Timestamp: no timestamp
55+
TimeStamp Sent: 1087208039.000133363 (1934-06-15T10:13:59Z)
56+
TimeStamp Received: no timestamp
5257
Target FEC Stack TLV (1), length: 24
5358
RSVP IPv4 Session Query subTLV (3), length: 20
5459
tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
@@ -60,7 +65,8 @@
6065
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
6166
Return Subcode: (0)
6267
Sender Handle: 0x00000000, Sequence: 3
63-
Sender Timestamp: 1087208039.000133363 (1934-06-15T10:13:59Z) Receiver Timestamp: 1087208039.000133684 (1934-06-15T10:13:59Z)
68+
TimeStamp Sent: 1087208039.000133363 (1934-06-15T10:13:59Z)
69+
TimeStamp Received: 1087208039.000133684 (1934-06-15T10:13:59Z)
6470
7 2004-06-14 10:14:00.572959 MPLS (label 100704, tc 7, [S], ttl 255)
6571
IP (tos 0x0, ttl 64, id 40275, offset 0, flags [none], proto UDP (17), length 88)
6672
12.4.4.4.4529 > 127.0.0.1.3503:
@@ -69,7 +75,8 @@
6975
Return Code: No return code or return code contained in the Error Code TLV (0)
7076
Return Subcode: (0)
7177
Sender Handle: 0x00000000, Sequence: 4
72-
Sender Timestamp: 1087208040.000133384 (1934-06-15T10:14:00Z) Receiver Timestamp: no timestamp
78+
TimeStamp Sent: 1087208040.000133384 (1934-06-15T10:14:00Z)
79+
TimeStamp Received: no timestamp
7380
Target FEC Stack TLV (1), length: 24
7481
RSVP IPv4 Session Query subTLV (3), length: 20
7582
tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
@@ -81,7 +88,8 @@
8188
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
8289
Return Subcode: (0)
8390
Sender Handle: 0x00000000, Sequence: 4
84-
Sender Timestamp: 1087208040.000133384 (1934-06-15T10:14:00Z) Receiver Timestamp: 1087208040.000133697 (1934-06-15T10:14:00Z)
91+
TimeStamp Sent: 1087208040.000133384 (1934-06-15T10:14:00Z)
92+
TimeStamp Received: 1087208040.000133697 (1934-06-15T10:14:00Z)
8593
9 2004-06-14 10:14:01.573010 MPLS (label 100704, tc 7, [S], ttl 255)
8694
IP (tos 0x0, ttl 64, id 40278, offset 0, flags [none], proto UDP (17), length 88)
8795
12.4.4.4.4529 > 127.0.0.1.3503:
@@ -90,7 +98,8 @@
9098
Return Code: No return code or return code contained in the Error Code TLV (0)
9199
Return Subcode: (0)
92100
Sender Handle: 0x00000000, Sequence: 5
93-
Sender Timestamp: 1087208041.000133401 (1934-06-15T10:14:01Z) Receiver Timestamp: no timestamp
101+
TimeStamp Sent: 1087208041.000133401 (1934-06-15T10:14:01Z)
102+
TimeStamp Received: no timestamp
94103
Target FEC Stack TLV (1), length: 24
95104
RSVP IPv4 Session Query subTLV (3), length: 20
96105
tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
@@ -102,4 +111,5 @@
102111
Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
103112
Return Subcode: (0)
104113
Sender Handle: 0x00000000, Sequence: 5
105-
Sender Timestamp: 1087208041.000133401 (1934-06-15T10:14:01Z) Receiver Timestamp: 1087208041.000133707 (1934-06-15T10:14:01Z)
114+
TimeStamp Sent: 1087208041.000133401 (1934-06-15T10:14:01Z)
115+
TimeStamp Received: 1087208041.000133707 (1934-06-15T10:14:01Z)

0 commit comments

Comments
 (0)