google / quic-trace

Library and tools for transcribing QUIC connections.
Apache License 2.0
115 stars 20 forks source link

Rename "lib/" to "quic_trace/" #27

Closed vasilvv closed 2 years ago

vasilvv commented 2 years ago

C++ built with Bazel uses repository-relative paths, meaning that "lib/quic_trace.pb.h" is ambiguous.

vasilvv commented 2 years ago

It would make sense (maybe as a TODO), but I am less concerned about those since they don't have public visibility (meaning you can't include them anyways).