TCP: Remove overridden default buffer size.
The default of 65535 now seems to work OK, following previous commits.
This commit is contained in:
parent
c4f37b0017
commit
5c2c391d20
@ -476,9 +476,6 @@ tcp_options_length(tcp_segment_header& segment)
|
||||
net_protocol*
|
||||
tcp_init_protocol(net_socket* socket)
|
||||
{
|
||||
socket->send.buffer_size = 32768;
|
||||
// override net_socket default
|
||||
|
||||
TCPEndpoint* protocol = new (std::nothrow) TCPEndpoint(socket);
|
||||
if (protocol == NULL)
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user