Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 338 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 338 Bytes

SCM_RIGHTS

This is a sample code for my Cloudflare blogpost about SCM_RIGHTS

Instructions:

Run make Then launch c_serv and one of rust_serv or go_serv Test using echo passwhatever | nc localhost 8001 to get response from the secondary server or echo anythingelse | nc localhost 8001 to get response from the C server