b281925eba
Significantly simplify dictionaries
...
Significantly simplify dictionaries so that dictionary keys are always
uint32_t; this number can be an arbitrary integer, be it a file
descriptor, for instance, or a hashed value
2024-03-01 00:20:46 -05:00
a7cab09e47
Handle incrementing seq_send elsewhere
2024-03-01 00:20:46 -05:00
0bfd5795ad
Do a slightly better job handling sock control fields
2024-03-01 00:20:46 -05:00
3e99af64d1
Use tcdrain() to flush frames to raw socks
2024-03-01 00:20:46 -05:00
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
1888b70ed9
Drop patty_ax25_server member fds_w
2024-03-01 00:20:46 -05:00
8d24566e83
Implement generalized enumerate types; REJ reply
2024-03-01 00:20:46 -05:00
9ec0255204
De-embiggen an expression
2024-03-01 00:20:46 -05:00
84809755a1
Implement clients_by_sock convenience methods
...
Implement clients_by_sock convenience methods in src/server.c
2024-03-01 00:20:46 -05:00
3d2922f2a4
Remove trailing whitespace
2024-03-01 00:20:46 -05:00
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
b9a6ef9ff3
Move test files to examples/; build libpatty
2024-03-01 00:20:46 -05:00
5a14f81c4a
whitespace
2024-03-01 00:20:46 -05:00
619890c206
Shave off a few lines of code in src/server.c
2024-03-01 00:20:46 -05:00
bd68e33973
Implement src/testclient-promisc.c
...
Implement src/testclient-promisc.c to demonstrate raw packet access
("promiscuous mode") to interfaces
2024-03-01 00:20:46 -05:00
2c3ff15d16
Refactor src/decode.c in terms of patty_print_frame()
2024-03-01 00:20:46 -05:00
cbea4ad7a8
Implement src/print.c
...
Implement src/print.c to provide facilities for pretty printing packets
to any FILE handle
2024-03-01 00:20:46 -05:00
73ae096b2d
Implement openif(), raw packet interface access
2024-03-01 00:20:46 -05:00
c853b79529
Remove unnecessary #include <stdio.h>
2024-03-01 00:20:46 -05:00
36bd5c9a44
Delete unnecessary example src/ptmx.c
2024-03-01 00:20:46 -05:00
65bfa95820
s/socket/fd/ for all such named members, variables
2024-03-01 00:20:46 -05:00
5a3660450f
Get rid of patty_list_iterator (too expensive)
2024-03-01 00:20:46 -05:00
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
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
484e68e417
Remove commented cruft from src/sock.c
2024-03-01 00:20:46 -05:00
f835f19e53
Move some stuff, remove some damn labels
2024-03-01 00:20:46 -05:00
2b1bc4c30e
Well, I have WORKING FREAKING SESSIONS BAYBEE
2024-03-01 00:20:46 -05:00
22bf692a61
SO BLOODY CLOSE
2024-03-01 00:20:46 -05:00
94f073c38d
Add some error message for some what-the-fuck-styled errors
2024-03-01 00:20:46 -05:00
a60e562fdb
Factor out code for handling SABM frames
2024-03-01 00:20:46 -05:00
17b2313edc
Keep accounting of RX/TX bytes, frames
2024-03-01 00:20:46 -05:00
7fd05f607a
Huh, I managed to make something nice
2024-03-01 00:20:46 -05:00
d5ee0c7a9e
No need to make a big fuss
2024-03-01 00:20:46 -05:00
eb261c9890
Don't hardcode those values there
2024-03-01 00:20:46 -05:00
a6666b4de4
Don't need that, either
2024-03-01 00:20:46 -05:00
4ff1f1a714
Nomenclature is important
2024-03-01 00:20:46 -05:00
d98249ef77
Don't need to do that
2024-03-01 00:20:46 -05:00
255e15fb7b
Minor formatting foibles
2024-03-01 00:20:46 -05:00
e30f4bfb07
Fix regression decoding control bytes
2024-03-01 00:20:46 -05:00
cc21e6342b
Whoops
2024-03-01 00:20:46 -05:00
b9c3568c43
This is a slog with no real end
2024-03-01 00:20:46 -05:00
89195bde69
Holy crap, getting deeper and deeper
2024-03-01 00:20:46 -05:00
b242cf9285
Hmmst, coalescing upon something
2024-03-01 00:20:46 -05:00
4478241319
I'm in a world of hurt
2024-03-01 00:20:46 -05:00
d983672619
Fix address writing
2024-03-01 00:20:46 -05:00
bdb73c8805
Making significant headway towards a working server
2024-03-01 00:20:46 -05:00
22366f2d0c
Need some shit for managing routing tables
2024-03-01 00:20:46 -05:00
94b9a9d481
Start working on routing table
2024-03-01 00:20:46 -05:00
4aced9e9c1
...I've been busy.
2024-03-01 00:20:46 -05:00
8dd5864e67
Gettin' there
2024-03-01 00:20:46 -05:00