|
Using 64-bit timestamp to replace the 32-bit one in webrtc/p2p.
Also changed from unsigned to signed integer per the style guide.
By the way, I kept all delta-times to be 32-bit int.
The only things left in the p2p dir are
1. proberprober/main.cc where Time() is used as the input for a random number.
2. pseudotcp.cc: where 32-bit time info is sent over the wire.
BUG= webrtc:5636
Committed: https://crrev.com/34b11eb66e538092a938db6f1e6fc973341941c6
Cr-Commit-Position: refs/heads/master@{#12019}
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+164 lines, -130 lines) |
Patch |
 |
M |
webrtc/base/timeutils.h
|
View
|
1
|
2 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/base/timeutils.cc
|
View
|
1
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/base/timeutils_unittest.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/faketransportcontroller.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/p2ptransportchannel.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/p2ptransportchannel.cc
|
View
|
|
7 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/p2ptransportchannel_unittest.cc
|
View
|
|
5 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/port.h
|
View
|
|
8 chunks |
+28 lines, -28 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/port.cc
|
View
|
|
12 chunks |
+20 lines, -20 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/port_unittest.cc
|
View
|
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/relayport.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/relayserver.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/relayserver.cc
|
View
|
|
4 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/stunport.cc
|
View
|
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/stunrequest.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/stunrequest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/stunrequest_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/turnport.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/turnport.cc
|
View
|
|
4 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/turnport_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/turnserver.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/turnserver.cc
|
View
|
|
6 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/stunprober/main.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/p2p/stunprober/stunprober.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/stunprober/stunprober.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 21 (13 generated)
|