Commit 9b7c0ba1 authored by robertdavidgraham's avatar robertdavidgraham
Browse files

window

parent 88d4dd1d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {
+2 −3
Original line number Diff line number Diff line
@@ -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