Comparing master@{1day}...master · RPCS3/rpcs3

Commits on Feb 20, 2026

  1. rpcn_client: Misc fixes

    Fix missing freeaddrinfo
    Fix wrong return value in a rpcn_client::connect() path
    Fix missing 0 presence validation in vec_stream::get_string()

    authored and elad335 committed

    Feb 20, 2026
    Configuration menu

    Browse the repository at this point in the history

  2. sys_net/lv2_socket_native: Various fixes

    Fix is_socket_connected(always returned false)
    Implement SYS_NET_IP_TTLCHK and SYS_NET_IP_MAXTTL
    Fix lv2_socket_native::sendmsg, it was only sending the first iovec
    Fix sys_net_bnet_sendto addrlen check
    Fix assert in lv2_socket_native::recvfrom()
    Configuration menu

    Browse the repository at this point in the history

  3. sys_net/P2P: Various fixes

    Fix RTT adjustment
    Fix possible dead pointer interaction in lv2_socket_native::recvfrom()
    Fix iterator invalidation in nt_p2p_port::recv_data()
    Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history