summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2014-04-21 12:24:58 +0000
committerclaudio <claudio@openbsd.org>2014-04-21 12:24:58 +0000
commita557b68ec1b7256c44ea5cd4760b7e6936cd1e49 (patch)
tree6cba91dd1d3f5e61933119b727281a264f38ee72 /sys
parentip_output() using varargs always struck me as bizarre, esp since it's only (diff)
downloadwireguard-openbsd-a557b68ec1b7256c44ea5cd4760b7e6936cd1e49.tar.xz
wireguard-openbsd-a557b68ec1b7256c44ea5cd4760b7e6936cd1e49.zip
It is possible that we can't burst all of the data in the immediate data
part of the write request. In that case R2T requests with be sent for the rest of the data. The amount of data we can send is defined by MaxRecvDataSegmentLength which is per connection and so a bit hackish to read out. In the long run the min() of all connection MaxRecvDataSegmentLength should be stored in the session struct.
Diffstat (limited to 'sys')
0 files changed, 0 insertions, 0 deletions