Home
last modified time | relevance | path

Searched refs:port0 (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/tty/pty/
H A Dmod.rs105 let port0: Arc<dyn TtyPort> = Arc::new(DefaultTtyPort::new()); in pty_common_install() localVariable
128 port0.setup_internal_tty(Arc::downgrade(&other_tty)); in pty_common_install()
130 other_tty.set_port(port0); in pty_common_install()
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.10.md48 - fix(net): 修复udp bind的时候,对port0处理不正确的问题(#676)
732 修复udp bind的时候,对port0处理不正确的问题(#676)