changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/io/socket.lisp

changeset 698: 96958d3eb5b0
parent: 0a197b3b6995
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; io/socket.lisp --- IO Sockets
2 
3 ;;
4 
5 ;;; Code:
6 (in-package :io/socket)
7 
8 (sb-bsd-sockets::define-socket-option-int
9  sockopt-receive-timeout sockint::sol-socket sockint::so-rcvtimeo)