-accept_backlog_size (The size of the TCP accept backlog) type: int32
default: 1024
-accepts_per_wake (The number of times that accept() will be called when
the alarm goes off when the accept_using_alarm flag is set to true. If
set to 0, accept() will be performed until the accept queue is completely
drained and the accept() call returns an error) type: int32 default: 0
-cache_base_dir (The directory where cache locates) type: string
default: "."
-flip_port (The port on which the flip server listens) type: int32
default: 10040
-need_to_encode_url (If true, then encode url to filename) type: bool
default: true
-no_nagle (If true, then disables the nagle algorithm) type: bool
default: true
-pageload_html_file (The path to the html that does the pageload in iframe)
type: string
default: "experimental/users/fenix/flip/loadtime_measurement.html"
-port (The port on which the http server listens) type: int32
default: 16002
-record_mode (If set to true, record requests in file named as fd used)
type: bool default: false
-record_path (The path to save the record files) type: string default: "."
-response_count_until_close (The number of responses given before the
server closes the connection) type: int32 default: 1000000
-reuseport (If set to false a single socket will be used. If set to true
then a new socket will be created for each accept thread. Note that this
only works with kernels that support SO_REUSEPORT) type: bool
default: false
-server_think_time_in_s ( The amount of time the server delays before
sending back thereply) type: double default: 0
-ssl_cert_name (The name of the cert .pem file) type: string
default: "cert.pem"
-ssl_key_name (The name of the key .pem file) type: string
default: "key.pem"
-urls_file (The path to the urls file which includes the urls for testing)
type: string default: "experimental/users/fenix/flip/urls.txt"
-use_compression (Does the server compress data frames) type: bool
default: false
-use_cwnd_opener (Does the server advance cwnd by sending no-op packets)
type: bool default: false
-use_ssl (If set to true, then the server will act as an SSL server for
both HTTP and FLIP) type: bool default: true
-use_xac (Does the server send X-Associated-Content headers) type: bool
default: false
-use_xsub (Does the server send X-Subresource headers) type: bool
default: false
If you're not encoding your filenames, you'll need to modify the value of the --need_to_encode_url variable to be false.