summaryrefslogtreecommitdiff
path: root/include/pso/TSocket.h
AgeCommit message (Collapse)Author
2023-03-07T{Tcp,}Socket: Make `send(u8 *, size_t)` return the proper typemrb0nk500
2023-03-06TProtocol: Match both `parse_packet()`, and `run_task()`mrb0nk500
2023-03-04TProtocol: Match ctormrb0nk500
The reason for the large change is because I was trying to figure out why `TTcpSocket`'s ctor was so disjointed from the rest of the functions. Turns out, it's inlined, and inlining was turned off. Most likely, the whole codebase has inlining turned off. oof, press f `TArray`.
2023-02-28TSocket: Use the correct return type for all the virtualsmrb0nk500
2023-02-28TSocket: Make the flag helpers publicmrb0nk500
2023-02-28TSocket: Rename `stat` -> `stat_val`mrb0nk500
2023-02-26TSocket: Start work on, and match most of `TSocket`mrb0nk500
Still need to implement, and match `resolve_domain()`, but it's a good starting point for decompiling the netcode.