获取远程地址/IP - C Berkeley Sockets

发布于 2024-10-13 18:14:52 字数 115 浏览 9 评论 0原文

如果我连接了一个套接字文件描述符(通过连接或通过绑定),输入 SOCK_STREAM ,是否可以获得远程地址/IP 地址?

我需要在一个函数中执行此操作,其中除了套接字文件描述符之外没有任何其他数据。

If I have a socket file descriptor connected (either by connect or by bind), type SOCK_STREAM, is it possible to get the remote address / IP address?

I need to do this within a function where I don't have any other data than the socket file descriptor.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

瀞厅☆埖开 2024-10-20 18:14:52

请参阅 getpeername() 系统调用。

See the getpeername() system call.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文