diff --git a/rtl/openbsd/unxsockh.inc b/rtl/openbsd/unxsockh.inc index 9d910edb19..d2bc56fa2c 100644 --- a/rtl/openbsd/unxsockh.inc +++ b/rtl/openbsd/unxsockh.inc @@ -147,3 +147,8 @@ const { enable SACKs (if disabled by def.) } TCP_SACK_ENABLE = $08; + SHUT_RD =0; { shut down the reading side } + SHUT_WR =1; { shut down the writing side } + SHUT_RDWR =2; { shut down both sides } + +