F-Stack / f-stack

F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API.
http://www.f-stack.org
Other
3.82k stars 891 forks source link

using fstack to build a client, 1.support SSL 2.multi-thread support #807

Open Chithesus opened 6 months ago

Chithesus commented 6 months ago

I want to build a client by fstack, two difficult problems faced:

  1. multi-thread support: I want call ff_socket, ff_read/write in other thread
  2. connect to ssl server

    multi-thread may be cured by new code designed, but ssl support seems hard to ...