Back to Mongo

README

src/third_party/asio/README.md

3.6.17-windows-splunk-v3786 B
Original Source

This directory contains the ASIO C++ Library.

scripts/import.sh clones files from mongodb-forks/asio into dist/.

mongodb-forks/asio is a fork of chriskohlhoff/asio. See import.sh for the particular branch cloned.

test/ contains mongo/unittest-style unit tests that verify the behavior of MongoDB-specific modifications made to the asio fork.

When making modifications to dist/, before committing here, first commit to the appropriate branch in mongodb-forks/asio. Then rm -r dist/ and scripts/import.sh to ensure that what is here is consistent with the fork.