lthibault / quic-mangos

A QUIC transport for mangos (scalability protocols) written in pure Go
Apache License 2.0
24 stars 2 forks source link

Setopt and Getopt are MIA #3

Closed gdamore closed 6 years ago

gdamore commented 6 years ago

The ability to set options for TLS at least, needs to be implemented before this would be a viable candidate for inclusion in mangos.

lthibault commented 6 years ago

Whoops, you're right. This should be an easy fix, though!

lthibault commented 6 years ago

Options for TLS and QUIC can now be set/retrieved with OptionTLSConfig (expects a *tls.Config) and OptionQUICConfig (expects a *quic.Config).