This ioctl is used to change the packet and window sizes of a PVC from the defaults configured for the link that the PVC is active on.
This ioctl can disrupt other users significantly. For this reason it can only be used by root.
The following structure is associated with this ioctl:
struct pvcconff {
uint32_t link_id; /* Link # */
unsigned short lci; /* Logical channel */
unsigned char locpacket; /* Loc packet size */
unsigned char rempacket; /* Rem packet size */
unsigned char locwsize; /* Loc window size */
unsigned char remwsize; /* Rem window size */
};
The members of the pvcconff structure are:
Table 7-34 pvcconf fields|
Member |
Description |
|---|---|
|
link_id |
The identifier of the PVC you want to change |
|
lci |
The logical channel identifier. |
|
locpacket |
The local packet size to use. |
|
rempacket |
The remote packet size to use |
|
locwsize |
The local window size. |
|
remwsize |
The remote window size. |