mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +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.