CVS commit: src/sys
"Shoichi YAMAGUCHI" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: yamaguchi Date: Thu Jun 18 09:14:58 UTC 2026 Modified Files: src/sys/net: if_spppsubr.c src/sys/rump/net/lib/libpppoe: pppoe_component.c Log Message: Make SPPP_KEEPALIVE_INTERVAL configurable for rump_server This allows changing the keepalive interval when running inside rump_server, which is useful for testing. To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289 src/sys/net/if_spppsubr.c cvs rdiff -u -r1.2 -r1.3 src/sys/rump/net/lib/libpppoe/pppoe_component.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.