Commit graph

217 commits

Author SHA1 Message Date
XANTRONIX Development
5a3660450f Get rid of patty_list_iterator (too expensive) 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
ffcc171c48 Remove PATTY_AX25_SOCK_NONBLOCK option 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
f835f19e53 Move some stuff, remove some damn labels 2024-03-01 00:20:46 -05:00
XANTRONIX Development
2b1bc4c30e Well, I have WORKING FREAKING SESSIONS BAYBEE 2024-03-01 00:20:46 -05:00
XANTRONIX Development
22bf692a61 SO BLOODY CLOSE 2024-03-01 00:20:46 -05:00
XANTRONIX Development
94f073c38d Add some error message for some what-the-fuck-styled errors 2024-03-01 00:20:46 -05:00
XANTRONIX Development
a60e562fdb Factor out code for handling SABM frames 2024-03-01 00:20:46 -05:00
XANTRONIX Development
17b2313edc Keep accounting of RX/TX bytes, frames 2024-03-01 00:20:46 -05:00
XANTRONIX Development
7fd05f607a Huh, I managed to make something nice 2024-03-01 00:20:46 -05:00
XANTRONIX Development
d5ee0c7a9e No need to make a big fuss 2024-03-01 00:20:46 -05:00
XANTRONIX Development
eb261c9890 Don't hardcode those values there 2024-03-01 00:20:46 -05:00
XANTRONIX Development
a6666b4de4 Don't need that, either 2024-03-01 00:20:46 -05:00
XANTRONIX Development
4ff1f1a714 Nomenclature is important 2024-03-01 00:20:46 -05:00
XANTRONIX Development
d98249ef77 Don't need to do that 2024-03-01 00:20:46 -05:00
XANTRONIX Development
255e15fb7b Minor formatting foibles 2024-03-01 00:20:46 -05:00
XANTRONIX Development
e30f4bfb07 Fix regression decoding control bytes 2024-03-01 00:20:46 -05:00
XANTRONIX Development
cc21e6342b Whoops 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
89195bde69 Holy crap, getting deeper and deeper 2024-03-01 00:20:46 -05:00
XANTRONIX Development
b242cf9285 Hmmst, coalescing upon something 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
cec916a44a Fix SABM control field test macro 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
22366f2d0c Need some shit for managing routing tables 2024-03-01 00:20:46 -05:00
XANTRONIX Development
94b9a9d481 Start working on routing table 2024-03-01 00:20:46 -05:00
XANTRONIX Development
4aced9e9c1 ...I've been busy. 2024-03-01 00:20:46 -05:00
XANTRONIX Development
8dd5864e67 Gettin' there 2024-03-01 00:20:46 -05:00
XANTRONIX Development
8d3c24696e Don't forget to watch client/server socket 2024-03-01 00:20:46 -05:00
XANTRONIX Development
36a7de1b2c unlink() stale sockets 2024-03-01 00:20:46 -05:00
XANTRONIX Development
696ce80b5b God, this might be workable at some point 2024-03-01 00:20:46 -05:00
XANTRONIX Development
17be963b48 Getting slightly closer 2024-03-01 00:20:46 -05:00
XANTRONIX Development
d265ce8756 More stuff 2024-03-01 00:20:46 -05:00
XANTRONIX Development
2491f85c62 Rearrange patty/ax25/sock.h for more logical layout 2024-03-01 00:20:46 -05:00
XANTRONIX Development
58e9d365d5 Remove usage of non-portable FD_COPY() 2024-03-01 00:20:46 -05:00
XANTRONIX Development
df466dc02b Slightly rethinking something 2024-03-01 00:20:46 -05:00
XANTRONIX Development
eb45bd192d Just need to make a damn client/server test already 2024-03-01 00:20:46 -05:00
XANTRONIX Development
aa1ccd792a Don't need that...for the time being 2024-03-01 00:20:46 -05:00
XANTRONIX Development
c4fa41dab4 I am getting AWFULLY close to being able to run this code 2024-03-01 00:20:46 -05:00
XANTRONIX Development
116f4f9f6b Start approaching something I can conceptually write working code around 2024-03-01 00:20:46 -05:00
XANTRONIX Development
5607dbede6 Split patty_ax25_sock into patty/ax25/sock.h 2024-03-01 00:20:46 -05:00
XANTRONIX Development
ac8b239ed8 Thinking out loud here 2024-03-01 00:20:46 -05:00
XANTRONIX Development
1240061aa8 Add missing src/call.c 2024-03-01 00:20:46 -05:00
XANTRONIX Development
ac55d13057 Writing a network stack from scratch is extremely tiring 2024-03-01 00:20:46 -05:00
XANTRONIX Development
d25b799e4e Moving right along! 2024-03-01 00:20:46 -05:00
XANTRONIX Development
710b5ef069 Getting a little better at this whole refactoring endeavor 2024-03-01 00:20:46 -05:00
XANTRONIX Development
d2e278f715 Massive refactoring afoot 2024-03-01 00:20:46 -05:00