Userland AX.25 stack
Changes:
* Make bind() validate that no other socket has the same
callsign/SSID bound to a listening socket, emitting EADDRINUSE if
one already exists
* Make bind() validate that no address is already bound to the
socket, emitting EINVAL otherwise
|
||
|---|---|---|
| doc | ||
| examples | ||
| include/patty | ||
| src | ||
| configure | ||
| Makefile | ||