XANTRONIX Development
84ae427037
Move raw frame capture to patty_ax25_if
...
Move raw frame interface capture to patty_ax25_if, patty_ax25_sock; this
resolves the issue wherein only bytes received, not sent, would be
captured by a raw socket bound to a specific interface with setsockopt()
2024-03-01 00:20:46 -05:00
XANTRONIX Development
8d24566e83
Implement generalized enumerate types; REJ reply
2024-03-01 00:20:46 -05:00
XANTRONIX Development
ab2c283542
Refactor socket(), openif() as setsockopt()
...
Other changes:
* Fix blocking on disconnects when a raw socket is bound to an
interface
2024-03-01 00:20:46 -05:00
XANTRONIX Development
c6aac035e1
Add proto arg to patty_ax25_sock_new()
...
Other changes:
* Remove proto arg from patty_ax25_sock_send() and
patty_ax25_sock_write(); instead, use the proto member of
patty_ax25_sock
2024-03-01 00:20:46 -05:00
XANTRONIX Development
085ac4e650
Implement missing functions in src/sock.c
...
Implement the following missing functions in src/sock.c:
* patty_ax25_sock_pty()
* patty_ax25_sock_bind_if()
2024-03-01 00:20:46 -05:00
XANTRONIX Development
484e68e417
Remove commented cruft from src/sock.c
2024-03-01 00:20:46 -05:00
XANTRONIX Development
22bf692a61
SO BLOODY CLOSE
2024-03-01 00:20:46 -05:00
XANTRONIX Development
255e15fb7b
Minor formatting foibles
2024-03-01 00:20:46 -05:00
XANTRONIX Development
b9c3568c43
This is a slog with no real end
2024-03-01 00:20:46 -05:00
XANTRONIX Development
4478241319
I'm in a world of hurt
2024-03-01 00:20:46 -05:00
XANTRONIX Development
d983672619
Fix address writing
2024-03-01 00:20:46 -05:00
XANTRONIX Development
bdb73c8805
Making significant headway towards a working server
2024-03-01 00:20:46 -05:00
XANTRONIX Development
4aced9e9c1
...I've been busy.
2024-03-01 00:20:46 -05:00