Merge pull request #150 from pmconrad/tcp_socket_size

Fix core #1935
This commit is contained in:
Peter Conrad 2019-08-20 15:43:39 +02:00 committed by GitHub
commit 71f5348101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;