Alexander Gallego

Results 128 comments of Alexander Gallego

i think we could have an optional server tag that the user can override.

https://github.com/google/honggfuzz/blob/master/docs/PersistentFuzzing.md honggfuzz might be easier to integrate since it only requires a simple buffer size and pointer. I dig. Could be very easy to integrate.

https://github.com/chadaustin/sajson/blob/master/sajson-fuzz/run.sh use this example

ref: https://blogs.dropbox.com/tech/2019/01/courier-dropbox-migration-to-grpc/

ugh. this would be a breaking change :'(

yeah something like this ```cpp namespace smf { enum class rpc_server_bitflags : uint32_t { disable_http_server = 1 }; struct rpc_server_args { seastar::ipv4_addr http; seastar::ipv4_addr rpc; /// \brief see enum rpc_server_flags...

this will also solve the problem that @nacl was suggesting w/ idl secs & keep alive. just about threading those through and through.

#118 - i think was this.

err this: https://github.com/smfrpc/smf/issues/335