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
Post a Comment