You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/dht
despair d425b5d308 implement tcp evloop on win32
(with its now-obsolete distinction between socketfd and fd)

sockets and file descriptors used to be distinct objects....back in the
16-bit Winsock 1.1 era, which needlessly complicated the 32-bit port
back then. these days one can use [Read|Write]File(2) to operate on
sockfds...which also have some of the semantics of [read|write]v(2)
i.e. the scatter-gather thing it's known for is done in async handler

-rick

variants are nice

added note to self

clang-format

link abyss properly

oops

shut up

*shrugs*

oops forgot to start winsock

moved our async io status flags to the base class

let derived classes override them as needed

this is probably a synchronous op _anyway_

fix typo

wtf
6 years ago
..
context.cpp use event loop for time 6 years ago
decode.cpp implement tcp evloop on win32 6 years ago
dht_immediate.cpp remove iwp and start on curvecp 6 years ago
find_intro.cpp fix dht bug, probably, re-enable loopback testnet functionality 6 years ago
find_router.cpp check nodedb for routers not just dht peer list 6 years ago
got_intro.cpp use event loop for time 6 years ago
got_router.cpp try fixing dht crash 6 years ago
publish_intro.cpp use event loop for time 6 years ago