mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
There is no need to get the bound socket by cloning the first element from `self.backlog_sockets`. If we want a bound socket, we can always use `self.bound_socket` directly.