Changes

Jump to navigation Jump to search
2 bytes removed ,  16:02, 25 April 2017
Line 25: Line 25:     
= Dependencies =
 
= Dependencies =
# Slave TTY can only be created after respective master peer are restored. But now we wait even more -- till all masters are restored.
+
# Slave TTY can only be created after respective master peer is restored. But now we wait even more -- till all masters are restored.
 
# CTTY must be created after all other TTYs are restored. For all tty dependencies see tty_deps_restored() for the details.
 
# CTTY must be created after all other TTYs are restored. For all tty dependencies see tty_deps_restored() for the details.
# Epoll can be created in any time, but it can add a fd in its polling list, after the corresponding fle is completely restored. The only exception is a epoll listening other epoll. In this case we wait till listened fle is just created (not restored). See epoll_not_ready_tfd().
+
# Epoll can be created in any time, but it can add a fd in its polling list after the corresponding fle is completely restored. The only exception is a epoll listening other epoll. In this case we wait till listened fle is just created (not restored). See epoll_not_ready_tfd().
 
# Unix socket must wait a peer before connect to it. See peer_is_not_prepared() for the details.
 
# Unix socket must wait a peer before connect to it. See peer_is_not_prepared() for the details.
 
# TCP sockets have a counter on address use.
 
# TCP sockets have a counter on address use.
17

edits

Navigation menu