Skip to content
Snippets Groups Projects
client-handshake.c 26.2 KiB
Newer Older
  • Learn to ignore specific revisions
  • 		pt->serv_buf[len++] = net_buf[1];
    		/* the length of the address, excluding port */
    		pt->serv_buf[len_index] = strlen(wsi->u.hdr.stash->address);
    	}
    
    	*msg_len = len;
    }
    #endif