mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
Exporting sockaddr and addrinfo.
This commit is contained in:
parent
aba919f1b4
commit
b77e4397d7
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@
|
||||||
socket-opt/debug socket-opt/broadcast socket-opt/reuseaddr
|
socket-opt/debug socket-opt/broadcast socket-opt/reuseaddr
|
||||||
socket-opt/keepalive socket-opt/oobinline socket-opt/sndbuf
|
socket-opt/keepalive socket-opt/oobinline socket-opt/sndbuf
|
||||||
socket-opt/rcvbuf socket-opt/dontroute socket-opt/rcvlowat
|
socket-opt/rcvbuf socket-opt/dontroute socket-opt/rcvlowat
|
||||||
socket-opt/sndlowat)
|
socket-opt/sndlowat
|
||||||
|
;; C structs
|
||||||
|
sockaddr addrinfo)
|
||||||
(import (chibi) (chibi filesystem))
|
(import (chibi) (chibi filesystem))
|
||||||
(include-shared "net")
|
(include-shared "net")
|
||||||
(include "net.scm"))
|
(include "net.scm"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue