Skip to content

Commit e6b2702

Browse files
Update src/protocols/bdx/BdxTransferSession.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent a3cd500 commit e6b2702

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/protocols/bdx/BdxTransferSession.h

+4-2
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,10 @@ class DLL_EXPORT TransferSession
173173
* It is possible that consecutive calls to this method may emit different outputs depending on the state of the
174174
* TransferSession object and so we need to call this until we get an event of type - OutputEventType::kNone
175175
*
176-
* Note that if the event type is kMsgToSend, the caller is expected to send the message immediately over the
177-
* exchange otherwise the caller is expected to pass the event to HandleTransferSessionOutput to handle the BDX
176+
* If the output event type is kMsgToSend, the caller is expected to send the message immediately on the
177+
* relevant exchange. In this case the BDX session timeout timer will start when GetNextAction is called.
178+
*
179+
* For all other event types, the caller is expected to pass the event to HandleTransferSessionOutput to handle the BDX
178180
* message or any other TransferSession event.
179181
*
180182
* See OutputEventType for all possible output event types.

0 commit comments

Comments
 (0)