playframework - Setting Netty configuration in the play framework? -


i'm attempting enable tcp nodelay in play server , way i've found through netty.

netty has socketchannelconfig allows enable tcp no delay, can't figure out how access said configuration play.

looking @ sources (play.core.server.nettyserver) not can set through play.

the sources of class: https://github.com/playframework/play20/blob/master/framework/src/play/src/main/scala/play/core/server/nettyserver.scala


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -