Home
last modified time | relevance | path

Searched defs:flushOnConnect (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Terminals/
DServerSocketTerminal.cs18 …is Emulation emulation, int port, string name, bool emitConfig = true, bool flushOnConnect = false) in CreateServerSocketTerminal()
27 … public ServerSocketTerminal(int port, bool emitConfigBytes = true, bool flushOnConnect = false) in ServerSocketTerminal()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSocketServerProvider.cs25 …public SocketServerProvider(bool emitConfigBytes = true, bool flushOnConnect = false, string serve… in SocketServerProvider()
272 private bool flushOnConnect; field in Antmicro.Renode.Utilities.SocketServerProvider