egueli / TraCI4J

A high-level Java library to communicate with SUMO (Simulation of Urban MObility) through its TraCI protocol.
GNU General Public License v3.0
41 stars 27 forks source link

add TCP_NODELAY_PROPERTY #7

Closed p1tt1 closed 10 years ago

p1tt1 commented 10 years ago
egueli commented 10 years ago

tcp_nodelay is now on by default when launching SUMO from within TraCI4J (commit 00174bfa1985291ea43dfb832c944877475b8b33). You still need to set -Dit.polito.appeal.traci.tcp_nodelay=true if SUMO is launched locally, outside TraCI4J's control.