Home | History | Annotate | Download | only in flip_server

Lines Matching refs:reuseport

2131                           bool reuseport, bool no_nagle) {
2143 reuseport,
2195 bool reuseport = FLAGS_reuseport;
2214 " reuseport: " << BoolToStr(reuseport) << "\n"
2235 if (reuseport || listen_fd == -1) {
2237 reuseport, no_nagle);
2264 if (reuseport || listen_fd == -1) {
2266 reuseport, no_nagle);