|
Move server socket functionality from TCPServerSocket into TCPSocket.
TCPServerSocket becomes a wrapper around TCPSocket to expose a server-only interface.
There will be separate CLs to move client socket functionality from TCPClientSocket into TCPSocket.
BUG= 262601
TEST=newly added tcp_socket_unittest.cc
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220752
Total comments: 9
Total comments: 13
Total comments: 13
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+756 lines, -694 lines) |
Patch |
 |
M |
net/base/net_util.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/net_util.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/socket/tcp_server_socket.h
|
View
|
1
2
|
1 chunk |
+39 lines, -12 lines |
0 comments
|
Download
|
 |
A |
net/socket/tcp_server_socket.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+123 lines, -0 lines |
0 comments
|
Download
|
 |
D |
net/socket/tcp_server_socket_libevent.h
|
View
|
|
1 chunk |
+0 lines, -55 lines |
0 comments
|
Download
|
 |
D |
net/socket/tcp_server_socket_libevent.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+0 lines, -219 lines |
0 comments
|
Download
|
 |
D |
net/socket/tcp_server_socket_win.h
|
View
|
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
D |
net/socket/tcp_server_socket_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+0 lines, -219 lines |
0 comments
|
Download
|
 |
A |
net/socket/tcp_socket.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/tcp_socket_libevent.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
net/socket/tcp_socket_libevent.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
8 chunks |
+92 lines, -60 lines |
0 comments
|
Download
|
 |
A |
net/socket/tcp_socket_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+198 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/tcp_socket_win.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
net/socket/tcp_socket_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
7 chunks |
+101 lines, -65 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|