Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我连接了一个套接字文件描述符(通过连接或绑定),请键入SOCK_STREAM,是否可以获得远程地址/IP 地址?
SOCK_STREAM
我需要在除了套接字文件描述符之外没有任何其他数据的函数中执行此操作。
getpeername
查看getpeername()系统调用。
getpeername()