MCPcopy Create free account
hub / github.com/aria2/aria2 / waitConnection

Method waitConnection

src/FtpNegotiationCommand.cc:903–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901}
902
903bool FtpNegotiationCommand::waitConnection()
904{
905 disableReadCheckSocket();
906 setReadCheckSocket(getSocket());
907 dataSocket_ = serverSocket_->acceptConnection();
908 sequence_ = SEQ_NEGOTIATION_COMPLETED;
909 return false;
910}
911
912bool FtpNegotiationCommand::processSequence(
913 const std::shared_ptr<Segment>& segment)

Callers

nothing calls this directly

Calls 1

acceptConnectionMethod · 0.80

Tested by

no test coverage detected