首页 > TAG信息列表 > sourcecode

Linux kernel TCP smoothed-RTT estimation

https://strugglingcoder.info/index.php/linux-kernel-tcp-smoothed-rtt-estimation/   Posted: February 18th, 2018 | Author: hiren | Filed under: Linux, networking, tcp | Tags: linux, networking, rtt, srtt, tcp | Comments Off on Linux kernel TCP smoothed-RTT

sourcecode: createBootstrapContext()

private DefaultBootstrapContext createBootstrapContext() { DefaultBootstrapContext bootstrapContext = new DefaultBootstrapContext();//创建 DefaultBootstrapContext实例 -> this.bootstrapRegistryInitializers.forEach((initializer) -> { //todo

todo sourcecode

SpringApplication.run(DemoApplication.class, args); -> [ConfigurableApplicationContext] ConfigurableApplicationContext.run(new Class[]{primarySource}, args) -> new SpringApplication(primarySources)).run(args) -> 打开stopWatch 配置上下文 配置文件 类监听器