changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 685: ebe3315b7add
parent: 0a197b3b6995
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 29 Sep 2024 22:44:52 -0400
permissions: -rw-r--r--
description: evdev/kbd fully operational, rustls and blake3 cleanups
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)