Chinaunix首页 | 论坛 | 博客
  • 博客访问: 273994
  • 博文数量: 67
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 620
  • 用 户 组: 普通用户
  • 注册时间: 2015-07-12 19:56
文章分类

全部博文(67)

文章存档

2019年(1)

2018年(1)

2017年(4)

2016年(34)

2015年(27)

我的朋友

分类: LINUX

2015-12-02 13:11:23

In an application (voip rtp media server), netstat -na on the server (172.16.226.3 bound to udp port 1286) gives the following line :

As an udp connection can not be really "established", it strikes me to see such a line. netstatdocumentation says that this field is used for tcp connection states, but I am sure that this really is an udp network flow. So : what does it means ? I know (wireshark dump) that my server sends back udp packets from 173.16.226.3:1286 to 172.25.14.11:10000, but I don't see why it should matter...

A UDP socket can be connected via the connect(2) system call, so that the socket will only accept packets from the named peer. I expect this is the source of the ESTABLISHED column.

阅读(1141) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~