mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
ISDN B channels have a bandwidth of 64000, not 65536
Pointed out by: Christian Weisgerber <naddy@mips.inka.de>
This commit is contained in:
parent
b5803eae6a
commit
242373a7ee
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64706
@ -250,7 +250,7 @@ i4b_Speed(struct physical *p)
|
||||
|
||||
if (tcgetattr(p->fd, &ios) == -1 ||
|
||||
(ret = SpeedToInt(cfgetispeed(&ios))) == 0)
|
||||
ret = 65536;
|
||||
ret = 64000;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user