Loading src/proto-ssl.c +1 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ parse_server_hello( UNUSEDPARM(banout); UNUSEDPARM(banner1_private); UNUSEDPARM(banner1); UNUSEDPARM(more); /* What this structure looks like in ASN.1 format struct { Loading src/proto-tcp.c +2 −3 Original line number Diff line number Diff line Loading @@ -646,10 +646,9 @@ tcpcon_send_packet( * KLUDGE: */ if (ctrl & CTRL_SMALL_WINDOW) { printf("=======\n"); tcp_set_window(response->px, response->length, 1); tcp_set_window(response->px, response->length, 600); } tcp_set_window(response->px, response->length, 1); tcp_set_window(response->px, response->length, 600); /* If we have payload, then: * 1. remember the payload so we can resend it Loading Loading
src/proto-ssl.c +1 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ parse_server_hello( UNUSEDPARM(banout); UNUSEDPARM(banner1_private); UNUSEDPARM(banner1); UNUSEDPARM(more); /* What this structure looks like in ASN.1 format struct { Loading
src/proto-tcp.c +2 −3 Original line number Diff line number Diff line Loading @@ -646,10 +646,9 @@ tcpcon_send_packet( * KLUDGE: */ if (ctrl & CTRL_SMALL_WINDOW) { printf("=======\n"); tcp_set_window(response->px, response->length, 1); tcp_set_window(response->px, response->length, 600); } tcp_set_window(response->px, response->length, 1); tcp_set_window(response->px, response->length, 600); /* If we have payload, then: * 1. remember the payload so we can resend it Loading