提交 51ec776b 编写于 作者: A Andy Polyakov

dtls1_write_bytes consumers expect amount of bytes written per call, not

overall.
PR: 1604
上级 e65bcbce
......@@ -1294,7 +1294,7 @@ int dtls1_write_bytes(SSL *s, int type, const void *buf_, int len)
else
s->s3->wnum += i;
return tot + i;
return i;
}
int do_dtls1_write(SSL *s, int type, const unsigned char *buf, unsigned int len, int create_empty_fragment)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册