Commit Graph

4 Commits

Author SHA1 Message Date
Dmitry Podgorny
268f8cd0c1 Samples: clean ipxrcv and ipxsend
Zero sipx buffers not to have garbage. Send message to broadcast
address, so the remote side receives the message.
2020-05-29 21:42:29 +03:00
Dmitry Podgorny
d080e6e7dd ipx_interface: getopt() returns int
On arm64 board loop with getopt() runs infinitely when returned value is
checked as 'char'. Convert it to int, so -1 is handled properly.
2020-05-29 21:07:44 +03:00
Dmitry Podgorny
192273ffae Apply patches from Gentoo project 2020-05-29 23:41:57 +03:00
Dmitry Podgorny
6a961dc310 Initial commit
Add original ipx-1.1.
2020-05-29 23:38:57 +03:00