## Generic-function: SB-BSD-SOCKETS:SOCKET-ACCEPT [![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 accept(2) call, returning a newly-created connected > socket and the peer address as multiple values ### Lambda list ```cl (sb-bsd-sockets:socket) ```