Интересное поведение с ети

Артём Н. <[email protected]>
Newsgroups gmane.linux.debian.user.russian
Message-ID <[email protected]>
Здравствуйте.


Есть UDP echo-сервер (не важно какой, пусть будет на основе Netcat):

```
ncat -4 --exec /bin/cat -u --listen 2000
```


Запускаю клиент на той же машине:

```
ncat -4 -s 192.168.2.13 -u 127.0.0.1 2000
```


Адрес 192.168.2.13 от реально существующего адаптера, т.е. адрес машины 
в ЛВС.

Пишу что-то на клиенте - сервер выходит с кодом 0.

Запрос принимает, ответ успевает отправить, но ответ не доходит.
Почему?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.