template <>
class WireWeakSyncClientImpl
Defined at line 126908 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::Close> Close ()
Terminates the connection.
After calling `Close`, the client must not send any other requests.
Servers, after sending the status response, should close the connection
regardless of status and without sending an epitaph.
Closing the client end of the channel should be semantically equivalent
to calling `Close` without knowing when the close has completed or its
status.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::Query> Query ()
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetReuseAddress> SetReuseAddress (bool value)
Set `SOL_SOCKET` -> `SO_REUSEADDR`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetReuseAddress> GetReuseAddress ()
Get `SOL_SOCKET` -> `SO_REUSEADDR`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetError> GetError ()
Get `SOL_SOCKET` -> `SO_ERROR`.
Returns the last error if there is an error set on the socket.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetBroadcast> SetBroadcast (bool value)
Set `SOL_SOCKET` -> `SO_BROADCAST`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetBroadcast> GetBroadcast ()
Get `SOL_SOCKET` -> `SO_BROADCAST`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetSendBuffer> SetSendBuffer (uint64_t value_bytes)
Set `SOL_SOCKET` -> `SO_SNDBUF`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetSendBuffer> GetSendBuffer ()
Get `SOL_SOCKET` -> `SO_SNDBUF`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetReceiveBuffer> SetReceiveBuffer (uint64_t value_bytes)
Set `SOL_SOCKET` -> `SO_RCVBUF`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetReceiveBuffer> GetReceiveBuffer ()
Get `SOL_SOCKET` -> `SO_RCVBUF`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetKeepAlive> SetKeepAlive (bool value)
Set `SOL_SOCKET` -> `SO_KEEPALIVE`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetKeepAlive> GetKeepAlive ()
Get `SOL_SOCKET` -> `SO_KEEPALIVE`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetOutOfBandInline> SetOutOfBandInline (bool value)
Set `SOL_SOCKET` -> `SO_OOBINLINE`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetOutOfBandInline> GetOutOfBandInline ()
Get `SOL_SOCKET` -> `SO_OOBINLINE`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetNoCheck> SetNoCheck (bool value)
Set `SOL_SOCKET` -> `SO_NO_CHECK`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetNoCheck> GetNoCheck ()
Get `SOL_SOCKET` -> `SO_NO_CHECK`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetLinger> SetLinger (bool linger, uint32_t length_secs)
Set `SOL_SOCKET` -> `SO_LINGER`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetLinger> GetLinger ()
Get `SOL_SOCKET` -> `SO_LINGER`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetReusePort> SetReusePort (::fuchsia_posix_socket::wire::ReusePortOption value)
Set `SOL_SOCKET` -> `SO_REUSEPORT`.
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetReusePortDeprecated> SetReusePortDeprecated (bool value)
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetReusePort> GetReusePort ()
Get `SOL_SOCKET` -> `SO_REUSEPORT`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetAcceptConn> GetAcceptConn ()
Get `SOL_SOCKET` -> `SO_ACCEPTCONN`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetBindToDevice> SetBindToDevice (::fidl::StringView value)
Set `SOL_SOCKET` -> `SO_BINDTODEVICE`.
Allocates 80 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetBindToDevice> GetBindToDevice ()
Get `SOL_SOCKET` -> `SO_BINDTODEVICE`.
Allocates 80 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetBindToInterfaceIndex> SetBindToInterfaceIndex (uint64_t value)
Set `SOL_SOCKET` -> `SO_BINDTOIFINDEX`.
If `value` is 0, this clears the bound interface.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetBindToInterfaceIndex> GetBindToInterfaceIndex ()
Get `SOL_SOCKET` -> `SO_BINDTOIFINDEX`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTimestamp> SetTimestamp (::fuchsia_posix_socket::wire::TimestampOption value)
Set `SOL_SOCKET` -> `SO_TIMESTAMP` or `SO_TIMESTAMPNS`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTimestamp> GetTimestamp ()
Get `SOL_SOCKET` -> `SO_TIMESTAMP` or `SO_TIMESTAMPNS`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetMark> SetMark (::fuchsia_net::wire::MarkDomain domain, ::fuchsia_posix_socket::wire::OptionalUint32 mark)
Like setting `SOL_SOCKET` -> `SO_MARK`. The major difference is that
unlike the standard SO_MARK, this API has multiple mark domains and each
mark can be set independently in each domain.
Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetMark> GetMark (::fuchsia_net::wire::MarkDomain domain)
Like getting `SOL_SOCKET` -> `SO_MARK`. The major difference is that
unlike the standard SO_MARK, this API has multiple mark domains and each
mark can be retrieved independently in each domain.
Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetCookie> GetCookie ()
Get `SOL_SOCKET` -> `SO_COOKIE`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::Bind> Bind (::fuchsia_net::wire::SocketAddress addr)
Sets the local address used for the socket.
Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::Connect> Connect (::fuchsia_net::wire::SocketAddress addr)
Initiates a connection to a remote address.
Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::Disconnect> Disconnect ()
Clears connection information from this socket.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetSockName> GetSockName ()
Retrieves the local socket address.
Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetPeerName> GetPeerName ()
Retrieves the remote socket address.
Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::Shutdown> Shutdown (::fuchsia_posix_socket::wire::ShutdownMode mode)
Shuts down part of the socket.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpTypeOfService> SetIpTypeOfService (uint8_t value)
Set `SOL_IP` -> `IP_TOS`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpTypeOfService> GetIpTypeOfService ()
Get `SOL_IP` -> `IP_TOS`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpTtl> SetIpTtl (::fuchsia_posix_socket::wire::OptionalUint8 value)
Set `SOL_IP` -> `IP_TTL`.
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpTtl> GetIpTtl ()
Get `SOL_IP` -> `IP_TTL`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpPacketInfo> SetIpPacketInfo (bool value)
Set `SOL_IP` -> `IP_PKTINFO`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpPacketInfo> GetIpPacketInfo ()
Get `SOL_IP` -> `IP_PKTINFO`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpReceiveTypeOfService> SetIpReceiveTypeOfService (bool value)
Set `SOL_IP` -> `IP_RECVTOS`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpReceiveTypeOfService> GetIpReceiveTypeOfService ()
Get `SOL_IP` -> `IP_RECVTOS`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpReceiveTtl> SetIpReceiveTtl (bool value)
Set `SOL_IP` -> `IP_RECVTTL`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpReceiveTtl> GetIpReceiveTtl ()
Get `SOL_IP` -> `IP_RECVTTL`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpMulticastInterface> SetIpMulticastInterface (uint64_t iface, const ::fuchsia_net::wire::Ipv4Address & address)
Set `SOL_IP` -> `IP_MULTICAST_IF`.
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpMulticastInterface> GetIpMulticastInterface ()
Get `SOL_IP` -> `IP_MULTICAST_IF`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpMulticastTtl> SetIpMulticastTtl (::fuchsia_posix_socket::wire::OptionalUint8 value)
Set `SOL_IP` -> `IP_MULTICAST_TTL`.
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpMulticastTtl> GetIpMulticastTtl ()
Get `SOL_IP` -> `IP_MULTICAST_TTL`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpMulticastLoopback> SetIpMulticastLoopback (bool value)
Set `SOL_IP` -> `IP_MULTICAST_LOOP`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpMulticastLoopback> GetIpMulticastLoopback ()
Get `SOL_IP` -> `IP_MULTICAST_LOOP`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::AddIpMembership> AddIpMembership (const ::fuchsia_posix_socket::wire::IpMulticastMembership & membership)
Set `SOL_IP` -> `IP_ADD_MEMBERSHIP`
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::DropIpMembership> DropIpMembership (const ::fuchsia_posix_socket::wire::IpMulticastMembership & membership)
Set `SOL_IP` -> `IP_DROP_MEMBERSHIP`
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpTransparent> SetIpTransparent (bool value)
Set `SOL_IP` -> `IP_TRANSPARENT`
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpTransparent> GetIpTransparent ()
Get `SOL_IP` -> `IP_TRANSPARENT`
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpReceiveOriginalDestinationAddress> SetIpReceiveOriginalDestinationAddress (bool value)
Set `SOL_IP` -> `IP_RECVORIGDSTADDR`
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpReceiveOriginalDestinationAddress> GetIpReceiveOriginalDestinationAddress ()
Get `SOL_IP` -> `IP_RECVORIGDSTADDR`
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::AddIpv6Membership> AddIpv6Membership (const ::fuchsia_posix_socket::wire::Ipv6MulticastMembership & membership)
Set `SOL_IPV6` -> `IPV6_ADD_MEMBERSHIP`.
Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::DropIpv6Membership> DropIpv6Membership (const ::fuchsia_posix_socket::wire::Ipv6MulticastMembership & membership)
Set `SOL_IPV6` -> `IPV6_DROP_MEMBERSHIP`.
Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpv6MulticastInterface> SetIpv6MulticastInterface (uint64_t value)
Set `SOL_IPV6` -> `IPV6_MULTICAST_IF`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpv6MulticastInterface> GetIpv6MulticastInterface ()
Get `SOL_IPV6` -> `IPV6_MULTICAST_IF`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpv6UnicastHops> SetIpv6UnicastHops (::fuchsia_posix_socket::wire::OptionalUint8 value)
Set `SOL_IPV6` -> `IPV6_UNICAST_HOPS`.
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpv6UnicastHops> GetIpv6UnicastHops ()
Get `SOL_IPV6` -> `IPV6_UNICAST_HOPS`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpv6ReceiveHopLimit> SetIpv6ReceiveHopLimit (bool value)
Set `SOL_IPV6` -> `IPV6_RECVHOPLIMIT`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpv6ReceiveHopLimit> GetIpv6ReceiveHopLimit ()
Get `SOL_IPV6` -> `IPV6_RECVHOPLIMIT`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpv6MulticastHops> SetIpv6MulticastHops (::fuchsia_posix_socket::wire::OptionalUint8 value)
Set `SOL_IPV6` -> `IPV6_MULTICAST_HOPS`.
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpv6MulticastHops> GetIpv6MulticastHops ()
Get `SOL_IPV6` -> `IPV6_MULTICAST_HOPS`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpv6MulticastLoopback> SetIpv6MulticastLoopback (bool value)
Set `SOL_IPV6` -> `IPV6_MULTICAST_LOOP`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpv6MulticastLoopback> GetIpv6MulticastLoopback ()
Get `SOL_IPV6` -> `IPV6_MULTICAST_LOOP`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpv6Only> SetIpv6Only (bool value)
Set `SOL_IPV6` -> `IPV6_V6ONLY`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpv6Only> GetIpv6Only ()
Get `SOL_IPV6` -> `IPV6_V6ONLY`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpv6ReceiveTrafficClass> SetIpv6ReceiveTrafficClass (bool value)
Set `SOL_IPV6` -> `IPV6_RECVTCLASS`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpv6ReceiveTrafficClass> GetIpv6ReceiveTrafficClass ()
Get `SOL_IPV6` -> `IPV6_RECVTCLASS`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpv6TrafficClass> SetIpv6TrafficClass (::fuchsia_posix_socket::wire::OptionalUint8 value)
Set `SOL_IPV6` -> `IPV6_TCLASS`
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpv6TrafficClass> GetIpv6TrafficClass ()
Get `SOL_IPV6` -> `IPV6_TCLASS`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetIpv6ReceivePacketInfo> SetIpv6ReceivePacketInfo (bool value)
Set `SOL_IPV6` -> `IPV6_RECVPKTINFO`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetIpv6ReceivePacketInfo> GetIpv6ReceivePacketInfo ()
Get `SOL_IPV6` -> `IPV6_RECVPKTINFO`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetOriginalDestination> GetOriginalDestination ()
Get `SOL_IP` -> `SO_ORIGINAL_DST`.
Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::Describe> Describe ()
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::Listen> Listen (int16_t backlog)
Begins listening for new incoming connections. At most `backlog`
connections will be buffered.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::Accept> Accept (bool want_addr)
Accepts a buffered incoming connection.
Allocates 112 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetInfo> GetInfo ()
Retrieves creation information from the socket.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTcpNoDelay> SetTcpNoDelay (bool value)
Set `SOL_TCP` -> `TCP_NODELAY`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpNoDelay> GetTcpNoDelay ()
Get `SOL_TCP` -> `TCP_NODELAY`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTcpMaxSegment> SetTcpMaxSegment (uint32_t value_bytes)
Set `SOL_TCP` -> `TCP_MAXSEG`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpMaxSegment> GetTcpMaxSegment ()
Get `SOL_TCP` -> `TCP_MAXSEG`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTcpCork> SetTcpCork (bool value)
Set `SOL_TCP` -> `TCP_CORK`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpCork> GetTcpCork ()
Get `SOL_TCP` -> `TCP_CORK`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTcpKeepAliveIdle> SetTcpKeepAliveIdle (uint32_t value_secs)
Set `SOL_TCP` -> `TCP_KEEPIDLE`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpKeepAliveIdle> GetTcpKeepAliveIdle ()
Get `SOL_TCP` -> `TCP_KEEPIDLE`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTcpKeepAliveInterval> SetTcpKeepAliveInterval (uint32_t value_secs)
Set `SOL_TCP` -> `TCP_KEEPINTVL`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpKeepAliveInterval> GetTcpKeepAliveInterval ()
Get `SOL_TCP` -> `TCP_KEEPINTVL`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTcpKeepAliveCount> SetTcpKeepAliveCount (uint32_t value)
Set `SOL_TCP` -> `TCP_KEEPCNT`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpKeepAliveCount> GetTcpKeepAliveCount ()
Get `SOL_TCP` -> `TCP_KEEPCNT`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTcpSynCount> SetTcpSynCount (uint32_t value)
Set `SOL_TCP` -> `TCP_SYNCNT`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpSynCount> GetTcpSynCount ()
Get `SOL_TCP` -> `TCP_SYNCNT`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTcpLinger> SetTcpLinger (::fuchsia_posix_socket::wire::OptionalUint32 value_secs)
Set `SOL_TCP` -> `TCP_LINGER2`.
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpLinger> GetTcpLinger ()
Get `SOL_TCP` -> `TCP_LINGER2`.
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTcpDeferAccept> SetTcpDeferAccept (uint32_t value_secs)
Set `SOL_TCP` -> `TCP_DEFER_ACCEPT`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpDeferAccept> GetTcpDeferAccept ()
Get `SOL_TCP` -> `TCP_DEFER_ACCEPT`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTcpWindowClamp> SetTcpWindowClamp (uint32_t value)
Set `SOL_TCP` -> `TCP_WINDOW_CLAMP`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpWindowClamp> GetTcpWindowClamp ()
Get `SOL_TCP` -> `TCP_WINDOW_CLAMP`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpInfo> GetTcpInfo ()
Get `SOL_TCP` -> `TCP_INFO`.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTcpQuickAck> SetTcpQuickAck (bool value)
Set `SOL_TCP` -> `TCP_QUICKACK`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpQuickAck> GetTcpQuickAck ()
Get `SOL_TCP` -> `TCP_QUICKACK`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTcpCongestion> SetTcpCongestion (::fuchsia_posix_socket::wire::TcpCongestionControl value)
Set `SOL_TCP` -> `TCP_CONGESTION`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpCongestion> GetTcpCongestion ()
Get `SOL_TCP` -> `TCP_CONGESTION`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::SetTcpUserTimeout> SetTcpUserTimeout (uint32_t value_millis)
Set `SOL_TCP` -> `TCP_USER_TIMEOUT`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_posix_socket::StreamSocket::GetTcpUserTimeout> GetTcpUserTimeout ()
Get `SOL_TCP` -> `TCP_USER_TIMEOUT`.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.