diff options
Diffstat (limited to 'src/mongo/transport/README.md')
-rw-r--r-- | src/mongo/transport/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mongo/transport/README.md b/src/mongo/transport/README.md index ca9158e37dc..793fddf8bfc 100644 --- a/src/mongo/transport/README.md +++ b/src/mongo/transport/README.md @@ -34,9 +34,15 @@ The various builders supplied in the ReplyBuilderInterface can be appended toget This interface acts as a cursor to build a response message to be sent out back to the client. +## See Also +Below are links to relevant server-related internal documentation. +- [Egress Networking][egress_networking] +- Transport Layer (in progress) + [ServiceExecutor]: service_executor.h [ServiceStateMachine]: service_state_machine.h [ServiceEntryPoint]: service_entry_point.h [ServiceEntryPointImpl]: service_entry_point_impl.h [ReplyBuilderInterface]: ../rpc/reply_builder_interface.h -[DocSequenceBuilder]: ../rpc/op_msg.h
\ No newline at end of file +[DocSequenceBuilder]: ../rpc/op_msg.h +[egress_networking]: ../../../docs/egress_networking.md |