Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
XDimLab
/
ICCV2025-RealADSim-ClosedLoop
like
2
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
97fd2e3
ICCV2025-RealADSim-ClosedLoop
/
socket-kit.c
Abhishek Thakur
add socket kit
34121ca
over 1 year ago
raw
Copy download link
history
blame
Safe
148 Bytes
#
include
<errno.h>
#
include
<sys/socket.h>
int
connect
(
int
fd,
const
struct
sockaddr *addr,
socklen_t
len)
{
errno = ENETDOWN;
return
-1
;
}