0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-05 16:41:53 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Pavel Tvrdik
e4a6c41236 Socktest: Renaming 2016-04-06 15:57:26 +02:00
Pavel Tvrdik
a6e111ae54 Socktest: Minor change in code style
Move printing out received packet into own function
2016-04-06 15:57:16 +02:00
Pavel Tvrdík
2ce8589753 Socktest: Fixing bugs
Changes:
  - Remove -R command line option (it's automatic, system dependent)
  - Fix mixing of broadcast and binding
  - Add -c command line option for count of packet
  - Fix receiving broadcast
  - Scan all interfaces via device protocol (unfortunately it is ugly)
2016-04-01 09:44:56 +02:00
Pavel Tvrdík
b4c639d9ae Socktest: initial commit
Using `make sockettest` generetes `snd` and `rcv` binaries. It can be
used for testing BIRD's sockets.

Based on code by Ondrej Zajicek
2016-03-30 17:16:12 +02:00