## Generic-function: SB-BSD-SOCKETS:SOCKET-CONNECT [![package](https://img.shields.io/badge/Package-SB--BSD--SOCKETS-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Generic--Function-5f9ea0.svg?style=social&colorA=999999)](../#generic-function) > Perform the connect(2) call to connect SOCKET to a remote PEER. > No useful return value. ### Lambda list ```cl (sb-bsd-sockets:socket &rest sb-bsd-sockets::address) ```