Skip to content

Commit

Permalink
Merge pull request #150 from pmconrad/tcp_socket_size
Browse files Browse the repository at this point in the history
Fix core #1935
  • Loading branch information
pmconrad authored Aug 20, 2019
2 parents c94abf7 + 7b37cd6 commit 71f5348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fc/network/tcp_socket.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace fc {
#ifdef _WIN64
fc::fwd<impl,0xa8> my;
#else
fc::fwd<impl,0x54> my;
fc::fwd<impl,0x60> my;
#endif
};
typedef std::shared_ptr<tcp_socket> tcp_socket_ptr;
Expand Down

0 comments on commit 71f5348

Please sign in to comment.