ServerListenOptions
Description:
[ CCode ( cprefix = "SOUP_SERVER_LISTEN_" , type_id = "soup_server_listen_options_get_type ()" ) ]
[ Flags ]
public enum ServerListenOptions
[ Flags ]
public enum ServerListenOptions
Options to pass to [method@Server.
listen], etc.
soup_server_listen_ipv4_only and soup_server_listen_ipv6_only only make sense with [method@Server.listen_all] and [method@Server.listen_local], not plain [method@Server.listen] (which simply listens on whatever kind of socket you give it). And you cannot specify both of them in a single call.
Namespace: Soup
Package: libsoup-3.0